The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | AvoidNestedBlocks | 13 | |
| EmptyBlock | 6 | ||
| LeftCurly | 52 | ||
| NeedBraces | 1840 | ||
| RightCurly | 42 | ||
| coding | AvoidInlineConditionals | 253 | |
| EqualsHashCode | 3 | ||
| HiddenField | 364 | ||
| InnerAssignment | 45 | ||
| MagicNumber | 393 | ||
| MissingSwitchDefault | 29 | ||
| SimplifyBooleanExpression | 47 | ||
| SimplifyBooleanReturn | 6 | ||
| design | DesignForExtension | 2346 | |
| FinalClass | 9 | ||
| HideUtilityClassConstructor | 29 | ||
| InterfaceIsType | 3 | ||
| VisibilityModifier | 515 | ||
| imports | RedundantImport | 2 | |
| UnusedImports | 94 | ||
| javadoc | JavadocMethod | 3777 | |
JavadocPackage
|
116 | ||
| JavadocStyle | 700 | ||
| JavadocType | 121 | ||
| JavadocVariable | 1865 | ||
| misc | ArrayTypeStyle | 8 | |
| FinalParameters | 3917 | ||
| NewlineAtEndOfFile | 28 | ||
| TodoComment | 80 | ||
| modifier | ModifierOrder | 128 | |
| RedundantModifier | 418 | ||
| naming | ConstantName | 167 | |
| LocalFinalVariableName | 23 | ||
| LocalVariableName | 9 | ||
| MemberName | 9 | ||
| MethodName | 11 | ||
| ParameterName | 10 | ||
| StaticVariableName | 98 | ||
| TypeName | 3 | ||
| regexp | RegexpSingleline
|
5038 | |
| sizes | FileLength | 2 | |
| LineLength | 2515 | ||
| MethodLength | 14 | ||
| ParameterNumber | 5 | ||
| whitespace | FileTabCharacter
|
481 | |
| NoWhitespaceAfter | 657 | ||
| NoWhitespaceBefore | 5 | ||
| ParenPad | 5 | ||
| WhitespaceAfter | 26 | ||
| WhitespaceAround | 242 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 19 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 77 | |
| coding | MagicNumber | '8' is a magic number. | 81 | |
| coding | MagicNumber | '4' is a magic number. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| coding | MagicNumber | '8' is a magic number. | 242 | |
| coding | MagicNumber | '16' is a magic number. | 245 | |
| coding | MagicNumber | '24' is a magic number. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 244 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| misc | FinalParameters | Parameter out should be final. | 328 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 367 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 47 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 49 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 49 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 51 | |
| misc | FinalParameters | Parameter bundle should be final. | 58 | |
| misc | FinalParameters | Parameter registration should be final. | 59 | |
| misc | FinalParameters | Parameter bundle should be final. | 65 | |
| misc | FinalParameters | Parameter registration should be final. | 66 | |
| misc | FinalParameters | Parameter service should be final. | 66 | |
| misc | FinalParameters | Parameter bundle should be final. | 71 | |
| misc | FinalParameters | Parameter registration should be final. | 72 | |
| misc | FinalParameters | Parameter bundle should be final. | 77 | |
| misc | FinalParameters | Parameter registration should be final. | 78 | |
| misc | FinalParameters | Parameter service should be final. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 85 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 87 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocMethod | Unused @param tag for 'theLocale'. | 67 | |
| coding | HiddenField | 'locale' hides a field. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| coding | HiddenField | 'locale' hides a field. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | VisibilityModifier | Variable 'attributes' must be private and have accessor methods. | 49 | |
| design | VisibilityModifier | Variable 'authBlocks' must be private and have accessor methods. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocStyle | Extra HTML tag found: </verbatim> | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'req'. | 67 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 129 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| coding | MagicNumber | '4' is a magic number. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - ch.ethz.iks.slp.ServiceLocationException. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 51 | |
| design | VisibilityModifier | Variable 'tagList' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable 'spi' must be private and have accessor methods. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 77 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 89 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 120 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 173 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| design | VisibilityModifier | Variable 'lifetime' must be private and have accessor methods. | 49 | |
| design | VisibilityModifier | Variable 'authBlocks' must be private and have accessor methods. | 54 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 139 | |
| design | DesignForExtension | Method 'writeAuthBlock' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 171 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| coding | MagicNumber | '4' is a magic number. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 206 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 232 | |
| coding | MagicNumber | '4' is a magic number. | 247 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| design | VisibilityModifier | Variable 'errorCode' must be private and have accessor methods. | 49 | |
| design | VisibilityModifier | Variable 'statelessBootTimestamp' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 61 | |
| design | VisibilityModifier | Variable 'scopeList' must be private and have accessor methods. | 66 | |
| design | VisibilityModifier | Variable 'attrList' must be private and have accessor methods. | 71 | |
| design | VisibilityModifier | Variable 'spi' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'authBlocks' must be private and have accessor methods. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 109 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 175 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| coding | MagicNumber | '8' is a magic number. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - ch.ethz.iks.slp.Advertiser. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocMethod | Unused @param tag for 'theLocale'. | 70 | |
| coding | HiddenField | 'locale' hides a field. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| coding | HiddenField | 'locale' hides a field. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 220 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 221 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 234 | |
| coding | MagicNumber | '4' is a magic number. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ServiceLocationException'. | 283 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocMethod | Unused @param tag for 'log'. | 66 | |
| javadoc | JavadocMethod | Unused @param tag for 'debug'. | 68 | |
| misc | FinalParameters | Parameter context should be final. | 73 | |
| coding | HiddenField | 'context' hides a field. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 93 | |
| javadoc | JavadocMethod | Expected an @return tag. | 95 | |
| design | DesignForExtension | Method 'createFilter' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter filterString should be final. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'filterString'. | 95 | |
| misc | FinalParameters | Parameter values should be final. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| misc | FinalParameters | Parameter message should be final. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter message should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 128 | |
| misc | FinalParameters | Parameter exception should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'exception'. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'logError' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| misc | FinalParameters | Parameter message should be final. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'logError' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| misc | FinalParameters | Parameter message should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 147 | |
| misc | FinalParameters | Parameter exception should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'exception'. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 153 | |
| design | DesignForExtension | Method 'logTraceMessage' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| misc | FinalParameters | Parameter message should be final. | 155 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 163 | |
| design | DesignForExtension | Method 'logTraceDrop' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| misc | FinalParameters | Parameter message should be final. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 173 | |
| design | DesignForExtension | Method 'logTraceReg' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| misc | FinalParameters | Parameter message should be final. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 183 | |
| design | DesignForExtension | Method 'logWarning' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| misc | FinalParameters | Parameter message should be final. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 191 | |
| design | DesignForExtension | Method 'logWarning' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| misc | FinalParameters | Parameter message should be final. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 194 | |
| misc | FinalParameters | Parameter exception should be final. | 194 | |
| javadoc | JavadocMethod | Expected @param tag for 'exception'. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 200 | |
| design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Expected @param tag for 'event'. | 202 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| misc | FinalParameters | Parameter level should be final. | 216 | |
| misc | FinalParameters | Parameter message should be final. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| misc | FinalParameters | Parameter level should be final. | 225 | |
| misc | FinalParameters | Parameter message should be final. | 225 | |
| misc | FinalParameters | Parameter exception should be final. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| misc | FinalParameters | Parameter sr should be final. | 229 | |
| misc | FinalParameters | Parameter level should be final. | 229 | |
| misc | FinalParameters | Parameter message should be final. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter sr should be final. | 233 | |
| misc | FinalParameters | Parameter level should be final. | 233 | |
| misc | FinalParameters | Parameter message should be final. | 233 | |
| misc | FinalParameters | Parameter t should be final. | 234 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocMethod | Unused @param tag for 'message'. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'string'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocMethod | Unused @param tag for 'message'. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'string'. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocMethod | Unused @param tag for 'message'. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'string'. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocMethod | Unused @param tag for 'message'. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'string'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocMethod | Unused @param tag for 'message'. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'string'. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocMethod | Unused @param tag for 'message'. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'string'. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | VisibilityModifier | Variable 'errorCode' must be private and have accessor methods. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | VisibilityModifier | Variable 'prevRespList' must be private and have accessor methods. | 45 | |
| design | VisibilityModifier | Variable 'scopeList' must be private and have accessor methods. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| naming | StaticVariableName | Name 'INTERFACES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| naming | StaticVariableName | Name 'PORT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| naming | StaticVariableName | Name 'SCOPES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| naming | StaticVariableName | Name 'NO_DA_DISCOVERY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| naming | StaticVariableName | Name 'DA_ADDRESSES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| naming | StaticVariableName | Name 'TRACE_DA_TRAFFIC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 146 | |
| naming | StaticVariableName | Name 'TRACE_MESSAGES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| naming | StaticVariableName | Name 'TRACE_DROP' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 150 | |
| naming | StaticVariableName | Name 'TRACE_REG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 152 | |
| naming | StaticVariableName | Name 'MCAST_TTL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 154 | |
| naming | StaticVariableName | Name 'MCAST_MAX_WAIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 156 | |
| naming | StaticVariableName | Name 'MCAST_TIMEOUTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 158 | |
| naming | StaticVariableName | Name 'DATAGRAM_MAX_WAIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 160 | |
| naming | StaticVariableName | Name 'DATAGRAM_TIMEOUTS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 162 | |
| naming | StaticVariableName | Name 'MTU' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 164 | |
| naming | StaticVariableName | Name 'SECURITY_ENABLED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| naming | StaticVariableName | Name 'SPI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 168 | |
| naming | StaticVariableName | Name 'WAIT_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| naming | StaticVariableName | Name 'PUBLIC_KEY_CACHE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| naming | StaticVariableName | Name 'PRIVATE_KEY_CACHE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 174 | |
| naming | StaticVariableName | Name 'CONVERGENCE_FAILERCOUNT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 176 | |
| naming | StaticVariableName | Name 'DEBUG_ENABLED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| javadoc | JavadocMethod | Unused @param tag for 'properties'. | 181 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 386 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 447 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 454 | |
| javadoc | JavadocMethod | Expected @throws tag for 'GeneralSecurityException'. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 481 | |
| javadoc | JavadocMethod | Expected @throws tag for 'GeneralSecurityException'. | 482 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 504 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 518 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 529 | |
| coding | MagicNumber | '5000' is a magic number. | 531 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.net.Inet4Address. | 42 | |
| imports | UnusedImports | Unused import - java.net.InetSocketAddress. | 44 | |
| imports | UnusedImports | Unused import - java.net.SocketAddress. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'platform' must be private and have accessor methods. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 100 | |
| design | VisibilityModifier | Variable 'myIPs' must be private and have accessor methods. | 123 | |
| naming | ConstantName | Name 'noDiscovery' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 128 | |
| naming | ConstantName | Name 'advertiser' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 | |
| naming | ConstantName | Name 'locator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 140 | |
| naming | ConstantName | Name 'daemonConstr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| design | VisibilityModifier | Variable 'dAs' must be private and have accessor methods. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| design | VisibilityModifier | Variable 'dASPIs' must be private and have accessor methods. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| naming | StaticVariableName | Name 'LOCALHOST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 | |
| design | VisibilityModifier | Variable 'LOCALHOST' must be private and have accessor methods. | 188 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 200 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 233 | |
| naming | LocalVariableName | Name 'IPs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 260 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 447 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| javadoc | JavadocMethod | Expected an @return tag. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 681 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 712 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 783 | |
| sizes | MethodLength | Method length is 159 lines (max allowed is 150). | 790 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 820 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 835 | |
| blocks | EmptyBlock | Must have at least one statement. | 946 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 951 | |
| misc | FinalParameters | Parameter addr should be final. | 951 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 962 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 970 | |
| coding | MagicNumber | '1000' is a magic number. | 979 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 986 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1032 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| javadoc | JavadocMethod | Unused @param tag for 'tcpSocket'. | 85 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 107 | |
| coding | MagicNumber | '1000' is a magic number. | 116 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ServiceLocationException'. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| sizes | MethodLength | Method length is 158 lines (max allowed is 150). | 251 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 414 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 566 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 566 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 569 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 572 | |
| coding | MagicNumber | '1000' is a magic number. | 597 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 610 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | VisibilityModifier | Variable 'locale' must be private and have accessor methods. | 55 | |
| design | VisibilityModifier | Variable 'funcID' must be private and have accessor methods. | 60 | |
| design | VisibilityModifier | Variable 'xid' must be private and have accessor methods. | 65 | |
| design | VisibilityModifier | Variable 'address' must be private and have accessor methods. | 70 | |
| design | VisibilityModifier | Variable 'port' must be private and have accessor methods. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| design | VisibilityModifier | Variable 'tcp' must be private and have accessor methods. | 80 | |
| design | VisibilityModifier | Variable 'multicast' must be private and have accessor methods. | 85 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 149 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 157 | |
| design | DesignForExtension | Method 'writeHeader' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 162 | |
| misc | FinalParameters | Parameter msgSize should be final. | 162 | |
| javadoc | JavadocMethod | Expected @param tag for 'msgSize'. | 162 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 163 | |
| coding | MagicNumber | '0x40' is a magic number. | 166 | |
| coding | MagicNumber | '0x20' is a magic number. | 169 | |
| coding | MagicNumber | '0x80' is a magic number. | 172 | |
| coding | MagicNumber | '16' is a magic number. | 176 | |
| coding | MagicNumber | '8' is a magic number. | 177 | |
| coding | MagicNumber | '0xFF' is a magic number. | 177 | |
| coding | MagicNumber | '0xFF' is a magic number. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 191 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| javadoc | JavadocMethod | Expected an @return tag. | 196 | |
| design | DesignForExtension | Method 'getBytes' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| javadoc | JavadocMethod | Unused @param tag for 'data'. | 227 | |
| javadoc | JavadocMethod | Unused @param tag for 'len'. | 229 | |
| javadoc | JavadocMethod | Expected @param tag for 'in'. | 238 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ProtocolException'. | 239 | |
| coding | MagicNumber | '4' is a magic number. | 245 | |
| coding | MagicNumber | '8' is a magic number. | 254 | |
| coding | MagicNumber | '0x80' is a magic number. | 256 | |
| coding | MagicNumber | '3' is a magic number. | 261 | |
| coding | MagicNumber | '0x2000' is a magic number. | 309 | |
| coding | MagicNumber | '13' is a magic number. | 309 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| javadoc | JavadocMethod | Expected an @return tag. | 335 | |
| design | DesignForExtension | Method 'getHeaderSize' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| coding | MagicNumber | '14' is a magic number. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| javadoc | JavadocMethod | Expected an @return tag. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| coding | MagicNumber | '12' is a magic number. | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| coding | MagicNumber | '8' is a magic number. | 390 | |
| coding | MagicNumber | '0xff' is a magic number. | 391 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 140 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| coding | MagicNumber | '1000' is a magic number. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| misc | FinalParameters | Parameter val should be final. | 243 | |
| misc | FinalParameters | Parameter valIndex should be final. | 243 | |
| misc | FinalParameters | Parameter attr should be final. | 244 | |
| misc | FinalParameters | Parameter attrIndex should be final. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 258 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 258 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 45 | |
| design | VisibilityModifier | Variable 'attributes' must be private and have accessor methods. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 60 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - ch.ethz.iks.slp.ServiceLocationException. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 56 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 99 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 52 | |
| design | VisibilityModifier | Variable 'scopeList' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable 'attList' must be private and have accessor methods. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 77 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 102 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 142 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | VisibilityModifier | Variable 'url' must be private and have accessor methods. | 54 | |
| design | VisibilityModifier | Variable 'serviceType' must be private and have accessor methods. | 59 | |
| design | VisibilityModifier | Variable 'scopeList' must be private and have accessor methods. | 64 | |
| design | VisibilityModifier | Variable 'attList' must be private and have accessor methods. | 69 | |
| design | VisibilityModifier | Variable 'authBlocks' must be private and have accessor methods. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 97 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 174 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 178 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | VisibilityModifier | Variable 'urlList' must be private and have accessor methods. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 117 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 121 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - ch.ethz.iks.slp.ServiceLocationException. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| design | VisibilityModifier | Variable 'serviceType' must be private and have accessor methods. | 53 | |
| design | VisibilityModifier | Variable 'predicate' must be private and have accessor methods. | 58 | |
| design | VisibilityModifier | Variable 'spi' must be private and have accessor methods. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocMethod | Unable to get class information for @throws tag 'InvalidSyntaxException'. | 76 | |
| misc | FinalParameters | Parameter filterStr should be final. | 79 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 80 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IllegalArgumentException'. | 80 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 92 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 107 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 148 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 153 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 153 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 188 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - ch.ethz.iks.slp.ServiceLocationException. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | VisibilityModifier | Variable 'serviceTypes' must be private and have accessor methods. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 105 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - ch.ethz.iks.slp.ServiceLocationException. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | VisibilityModifier | Variable 'namingAuthority' must be private and have accessor methods. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 67 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 70 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 89 | |
| coding | MagicNumber | '0xFFFF' is a magic number. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 126 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 132 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 132 | |
| coding | MagicNumber | '0xFFFF' is a magic number. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter requester should be final. | 59 | |
| misc | FinalParameters | Parameter fetchParams should be final. | 60 | |
| misc | FinalParameters | Parameter requester should be final. | 65 | |
| misc | FinalParameters | Parameter fetchParams should be final. | 66 | |
| misc | FinalParameters | Parameter listener should be final. | 66 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 70 | |
| misc | FinalParameters | Parameter listener should be final. | 74 | |
| misc | FinalParameters | Parameter requester should be final. | 83 | |
| misc | FinalParameters | Parameter installParams should be final. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| misc | FinalParameters | Parameter listener should be final. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| misc | FinalParameters | Parameter listener should be final. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 95 | |
| misc | FinalParameters | Parameter regParams should be final. | 105 | |
| misc | FinalParameters | Parameter requester should be final. | 112 | |
| misc | FinalParameters | Parameter objToShare should be final. | 112 | |
| misc | FinalParameters | Parameter shareParams should be final. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| misc | FinalParameters | Parameter requester should be final. | 117 | |
| misc | FinalParameters | Parameter objToRemove should be final. | 117 | |
| misc | FinalParameters | Parameter shareParams should be final. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter ma should be final. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter mc should be final. | 69 | |
| misc | FinalParameters | Parameter mc should be final. | 72 | |
| design | DesignForExtension | Method 'setLogLevel' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter level should be final. | 78 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'getLogLevel' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 104 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 113 | |
| design | DesignForExtension | Method 'canBeStarted' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| misc | FinalParameters | Parameter requester should be final. | 120 | |
| design | DesignForExtension | Method 'canBeStopped' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter requester should be final. | 126 | |
| design | DesignForExtension | Method 'canBeUninstalled' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| misc | FinalParameters | Parameter requester should be final. | 132 | |
| design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| misc | FinalParameters | Parameter attrName should be final. | 138 | |
| design | DesignForExtension | Method 'getContainer' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| design | DesignForExtension | Method 'listConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| misc | FinalParameters | Parameter requester should be final. | 153 | |
| design | DesignForExtension | Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| misc | FinalParameters | Parameter tag should be final. | 158 | |
| misc | FinalParameters | Parameter message should be final. | 158 | |
| misc | FinalParameters | Parameter t should be final. | 158 | |
| design | DesignForExtension | Method 'logError' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| misc | FinalParameters | Parameter tag should be final. | 163 | |
| misc | FinalParameters | Parameter message should be final. | 163 | |
| misc | FinalParameters | Parameter t should be final. | 163 | |
| design | DesignForExtension | Method 'logInfo' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| misc | FinalParameters | Parameter tag should be final. | 168 | |
| misc | FinalParameters | Parameter message should be final. | 168 | |
| misc | FinalParameters | Parameter t should be final. | 168 | |
| design | DesignForExtension | Method 'logWarn' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| misc | FinalParameters | Parameter tag should be final. | 173 | |
| misc | FinalParameters | Parameter message should be final. | 173 | |
| misc | FinalParameters | Parameter t should be final. | 173 | |
| design | DesignForExtension | Method 'logTrace' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| misc | FinalParameters | Parameter tag should be final. | 178 | |
| misc | FinalParameters | Parameter message should be final. | 178 | |
| misc | FinalParameters | Parameter t should be final. | 178 | |
| design | DesignForExtension | Method 'isLogErrorEnabled' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| design | DesignForExtension | Method 'isLogWarnEnabled' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| design | DesignForExtension | Method 'isLogInfoEnabled' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| design | DesignForExtension | Method 'isLogDebugEnabled' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| design | DesignForExtension | Method 'isLogTraceEnabled' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| design | DesignForExtension | Method 'registerConfigFile' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| misc | FinalParameters | Parameter configFileParams should be final. | 208 | |
| design | DesignForExtension | Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| misc | FinalParameters | Parameter attrName should be final. | 213 | |
| misc | FinalParameters | Parameter attrValue should be final. | 213 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| misc | FinalParameters | Parameter requester should be final. | 218 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| misc | FinalParameters | Parameter requester should be final. | 232 | |
| design | DesignForExtension | Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| misc | FinalParameters | Parameter requester should be final. | 246 | |
| design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| misc | FinalParameters | Parameter name should be final. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| misc | FinalParameters | Parameter name should be final. | 269 | |
| misc | FinalParameters | Parameter def should be final. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| design | DesignForExtension | Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| misc | FinalParameters | Parameter name should be final. | 276 | |
| design | DesignForExtension | Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 280 | |
| misc | FinalParameters | Parameter manifest should be final. | 280 | |
| misc | FinalParameters | Parameter name should be final. | 280 | |
| design | DesignForExtension | Method 'getConfigHome' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| design | DesignForExtension | Method 'getDataFolder' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 82). | 30 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'channelDescriptor' must be private and have accessor methods. | 50 | |
| design | DesignForExtension | Method 'getChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'isSetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'unsetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 88 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'channelDescriptor' must be private and have accessor methods. | 94 | |
| design | DesignForExtension | Method 'getChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| design | DesignForExtension | Method 'setChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'isSetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| design | VisibilityModifier | Variable 'profile' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'spaceId' must be private and have accessor methods. | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| design | VisibilityModifier | Variable 'spaceName' must be private and have accessor methods. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'spaceDescription' must be private and have accessor methods. | 143 | |
| design | DesignForExtension | Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| design | DesignForExtension | Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| misc | FinalParameters | Parameter value should be final. | 163 | |
| design | DesignForExtension | Method 'isSetProfile' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| design | DesignForExtension | Method 'getSpaceId' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| design | DesignForExtension | Method 'setSpaceId' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| misc | FinalParameters | Parameter value should be final. | 196 | |
| design | DesignForExtension | Method 'isSetSpaceId' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| design | DesignForExtension | Method 'getSpaceName' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| design | DesignForExtension | Method 'setSpaceName' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| misc | FinalParameters | Parameter value should be final. | 229 | |
| design | DesignForExtension | Method 'isSetSpaceName' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| design | DesignForExtension | Method 'getSpaceDescription' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| design | DesignForExtension | Method 'setSpaceDescription' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| misc | FinalParameters | Parameter value should be final. | 262 | |
| design | DesignForExtension | Method 'isSetSpaceDescription' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 283 | |
| design | VisibilityModifier | Variable 'spaceDescriptor' must be private and have accessor methods. | 283 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 284 | |
| design | VisibilityModifier | Variable 'peeringChannel' must be private and have accessor methods. | 284 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 285 | |
| design | VisibilityModifier | Variable 'communicationChannels' must be private and have accessor methods. | 285 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 286 | |
| design | VisibilityModifier | Variable 'security' must be private and have accessor methods. | 286 | |
| design | DesignForExtension | Method 'getSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| design | DesignForExtension | Method 'setSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| misc | FinalParameters | Parameter value should be final. | 305 | |
| design | DesignForExtension | Method 'isSetSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| design | DesignForExtension | Method 'getPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| design | DesignForExtension | Method 'setPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| misc | FinalParameters | Parameter value should be final. | 330 | |
| design | DesignForExtension | Method 'isSetPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| design | DesignForExtension | Method 'getCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| design | DesignForExtension | Method 'setCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| misc | FinalParameters | Parameter value should be final. | 355 | |
| design | DesignForExtension | Method 'isSetCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| design | DesignForExtension | Method 'getSecurity' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| design | DesignForExtension | Method 'setSecurity' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| misc | FinalParameters | Parameter value should be final. | 380 | |
| design | DesignForExtension | Method 'isSetSecurity' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'channelName' must be private and have accessor methods. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'channelURL' must be private and have accessor methods. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'channelValue' must be private and have accessor methods. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 50 | |
| design | DesignForExtension | Method 'getChannelName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 57 | |
| design | DesignForExtension | Method 'setChannelName' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter value should be final. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 64 | |
| design | DesignForExtension | Method 'isSetChannelName' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 71 | |
| design | DesignForExtension | Method 'getChannelURL' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 78 | |
| design | DesignForExtension | Method 'setChannelURL' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 85 | |
| design | DesignForExtension | Method 'isSetChannelURL' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 92 | |
| design | DesignForExtension | Method 'getChannelValue' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 99 | |
| design | DesignForExtension | Method 'setChannelValue' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter value should be final. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 106 | |
| design | DesignForExtension | Method 'isSetChannelValue' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter mc should be final. | 31 | |
| coding | HiddenField | 'mc' hides a field. | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 | |
| design | DesignForExtension | Method 'lookupService' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter interfaceClazz should be final. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocType | Unknown tag 'Input'. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 60 | |
| javadoc | JavadocType | Unknown tag 'Output'. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter mc should be final. | 73 | |
| coding | HiddenField | 'mc' hides a field. | 73 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocMethod | Expected an @return tag. | 84 | |
| misc | FinalParameters | Parameter resourceClass should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'resourceClass'. | 84 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SimplifiedRegistrationException'. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'registerService' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| sizes | MethodLength | Method length is 204 lines (max allowed is 150). | 126 | |
| misc | FinalParameters | Parameter o should be final. | 126 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SimplifiedRegistrationException'. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 189 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 233 | |
| coding | MagicNumber | '3' is a magic number. | 233 | |
| coding | MagicNumber | '3' is a magic number. | 235 | |
| coding | MagicNumber | '4' is a magic number. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| javadoc | JavadocMethod | Unused @param tag for 'resourceClass'. | 348 | |
| misc | FinalParameters | Parameter namespace should be final. | 356 | |
| misc | FinalParameters | Parameter name should be final. | 356 | |
| misc | FinalParameters | Parameter ontologyUri should be final. | 357 | |
| javadoc | JavadocMethod | Expected @param tag for 'ontologyUri'. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 387 | |
| misc | FinalParameters | Parameter namespace should be final. | 387 | |
| misc | FinalParameters | Parameter name should be final. | 388 | |
| misc | FinalParameters | Parameter serviceName should be final. | 388 | |
| misc | FinalParameters | Parameter methodParametersAnnotations should be final. | 389 | |
| misc | FinalParameters | Parameter methodParameterTypes should be final. | 390 | |
| javadoc | JavadocMethod | Expected @param tag for 'methodParameterTypes'. | 390 | |
| misc | FinalParameters | Parameter methodOutputAnnotations should be final. | 391 | |
| misc | FinalParameters | Parameter methodOutputType should be final. | 391 | |
| javadoc | JavadocMethod | Expected @param tag for 'methodOutputType'. | 391 | |
| misc | FinalParameters | Parameter methodChangeEffects should be final. | 392 | |
| javadoc | JavadocMethod | Expected @param tag for 'methodChangeEffects'. | 392 | |
| misc | FinalParameters | Parameter ontologyUri should be final. | 392 | |
| javadoc | JavadocMethod | Expected @param tag for 'ontologyUri'. | 392 | |
| misc | FinalParameters | Parameter defaultOutputCardinality should be final. | 393 | |
| javadoc | JavadocMethod | Expected @param tag for 'defaultOutputCardinality'. | 393 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SimplifiedRegistrationException'. | 394 | |
| design | DesignForExtension | Method 'unregisterAll' is not designed for extension - needs to be abstract, final or empty. | 458 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 43 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter string should be final. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter scannedClazz should be final. | 57 | |
| coding | HiddenField | 'scannedClazz' hides a field. | 57 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter namespace should be final. | 61 | |
| misc | FinalParameters | Parameter serviceName should be final. | 61 | |
| misc | FinalParameters | Parameter methodName should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter namespace should be final. | 66 | |
| misc | FinalParameters | Parameter serviceName should be final. | 67 | |
| misc | FinalParameters | Parameter parameterUri should be final. | 67 | |
| design | DesignForExtension | Method 'scan' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 88 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 102 | |
| coding | HiddenField | 'name' hides a field. | 119 | |
| coding | MagicNumber | '3' is a magic number. | 121 | |
| coding | MagicNumber | '3' is a magic number. | 123 | |
| coding | MagicNumber | '4' is a magic number. | 124 | |
| design | DesignForExtension | Method 'getServiceAnnotation' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| design | DesignForExtension | Method 'setServiceAnnotation' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| misc | FinalParameters | Parameter serviceAnnotation should be final. | 183 | |
| coding | HiddenField | 'serviceAnnotation' hides a field. | 183 | |
| design | DesignForExtension | Method 'getResourceClasses' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| design | DesignForExtension | Method 'setResourceClasses' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| misc | FinalParameters | Parameter resourceClasses should be final. | 191 | |
| coding | HiddenField | 'resourceClasses' hides a field. | 191 | |
| design | DesignForExtension | Method 'getMethodServiceOperation' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| design | DesignForExtension | Method 'setMethodServiceOperation' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| misc | FinalParameters | Parameter methodServiceOperation should be final. | 200 | |
| coding | HiddenField | 'methodServiceOperation' hides a field. | 200 | |
| design | DesignForExtension | Method 'getMethodOutputs' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| design | DesignForExtension | Method 'setMethodOutputs' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| misc | FinalParameters | Parameter methodOutputs should be final. | 208 | |
| coding | HiddenField | 'methodOutputs' hides a field. | 208 | |
| design | DesignForExtension | Method 'getMethodInputs' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| design | DesignForExtension | Method 'setMethodInputs' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| misc | FinalParameters | Parameter methodInputs should be final. | 216 | |
| coding | HiddenField | 'methodInputs' hides a field. | 216 | |
| design | DesignForExtension | Method 'getMethodChangeEffects' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| design | DesignForExtension | Method 'setMethodChangeEffects' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| misc | FinalParameters | Parameter methodChangeEffects should be final. | 225 | |
| coding | HiddenField | 'methodChangeEffects' hides a field. | 225 | |
| design | DesignForExtension | Method 'getScannedClazz' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| design | DesignForExtension | Method 'setScannedClazz' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter scannedClazz should be final. | 233 | |
| coding | HiddenField | 'scannedClazz' hides a field. | 233 | |
| design | DesignForExtension | Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| misc | FinalParameters | Parameter namespace should be final. | 237 | |
| coding | HiddenField | 'namespace' hides a field. | 237 | |
| design | DesignForExtension | Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| misc | FinalParameters | Parameter name should be final. | 245 | |
| coding | HiddenField | 'name' hides a field. | 245 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 33 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter caller should be final. | 48 | |
| coding | HiddenField | 'caller' hides a field. | 48 | |
| misc | FinalParameters | Parameter intefaceClazz should be final. | 48 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter outputs should be final. | 71 | |
| misc | FinalParameters | Parameter inputs should be final. | 71 | |
| misc | FinalParameters | Parameter changeEffects should be final. | 72 | |
| design | DesignForExtension | Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter proxy should be final. | 90 | |
| misc | FinalParameters | Parameter m should be final. | 90 | |
| misc | FinalParameters | Parameter args should be final. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| misc | FinalParameters | Parameter interfaceClazz should be final. | 212 | |
| misc | FinalParameters | Parameter caller should be final. | 213 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 217 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| sizes | ParameterNumber | More than 7 parameters (found 10). | 65 | |
| misc | FinalParameters | Parameter context should be final. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 66 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 66 | |
| misc | FinalParameters | Parameter wrappedObject should be final. | 66 | |
| coding | HiddenField | 'wrappedObject' hides a field. | 66 | |
| misc | FinalParameters | Parameter namespace should be final. | 67 | |
| misc | FinalParameters | Parameter serviceURI should be final. | 67 | |
| misc | FinalParameters | Parameter annotatedMethods should be final. | 68 | |
| coding | HiddenField | 'annotatedMethods' hides a field. | 68 | |
| misc | FinalParameters | Parameter annotatedOutputNames should be final. | 69 | |
| coding | HiddenField | 'annotatedOutputNames' hides a field. | 69 | |
| misc | FinalParameters | Parameter annotatedOutputs should be final. | 70 | |
| coding | HiddenField | 'annotatedOutputs' hides a field. | 70 | |
| misc | FinalParameters | Parameter annotatedMethodsParametersNames should be final. | 71 | |
| coding | HiddenField | 'annotatedMethodsParametersNames' hides a field. | 71 | |
| misc | FinalParameters | Parameter annotatedMethodsParameters should be final. | 72 | |
| coding | HiddenField | 'annotatedMethodsParameters' hides a field. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter context should be final. | 86 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 104 | |
| javadoc | JavadocMethod | Expected an @return tag. | 106 | |
| design | DesignForExtension | Method 'handleCall' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| misc | FinalParameters | Parameter call should be final. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'call'. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| misc | FinalParameters | Parameter message should be final. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| misc | FinalParameters | Parameter retObj should be final. | 238 | |
| design | DesignForExtension | Method 'setProfiles' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| misc | FinalParameters | Parameter profiles should be final. | 250 | |
| coding | HiddenField | 'profiles' hides a field. | 250 | |
| design | DesignForExtension | Method 'getProfiles' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | FinalClass | Class SimplifiedApiService should be declared as final. | 35 | |
| design | VisibilityModifier | Variable 'temporalUri' must be private and have accessor methods. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| misc | FinalParameters | Parameter namespace should be final. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'namespace'. | 52 | |
| misc | FinalParameters | Parameter methodUri should be final. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'methodUri'. | 52 | |
| misc | FinalParameters | Parameter ontologyUri should be final. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'ontologyUri'. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| naming | MemberName | Name 'MY_URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| design | VisibilityModifier | Variable 'MY_URI' must be private and have accessor methods. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter namespace should be final. | 59 | |
| misc | FinalParameters | Parameter methodName should be final. | 59 | |
| misc | FinalParameters | Parameter ontologyUri should be final. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Unused @param tag for 'multiple'. | 82 | |
| misc | FinalParameters | Parameter baseURI should be final. | 92 | |
| misc | FinalParameters | Parameter clazz should be final. | 92 | |
| misc | FinalParameters | Parameter card should be final. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'card'. | 93 | |
| misc | FinalParameters | Parameter propertyPaths should be final. | 93 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 98 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| javadoc | JavadocMethod | Unused @param tag for 'multiple'. | 137 | |
| misc | FinalParameters | Parameter baseURI should be final. | 147 | |
| misc | FinalParameters | Parameter clazz should be final. | 147 | |
| misc | FinalParameters | Parameter card should be final. | 148 | |
| javadoc | JavadocMethod | Expected @param tag for 'card'. | 148 | |
| misc | FinalParameters | Parameter propertyPaths should be final. | 148 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 153 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| misc | FinalParameters | Parameter propPaths should be final. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'propPaths'. | 185 | |
| misc | FinalParameters | Parameter val should be final. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 185 | |
| misc | FinalParameters | Parameter type should be final. | 186 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 186 | |
| javadoc | JavadocMethod | Expected @throws tag for 'SimplifiedRegistrationException'. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| misc | FinalParameters | Parameter propURI should be final. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Expected an @return tag. | 47 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| naming | StaticVariableName | Name 'TMP_DEPLOY_FOLDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| design | VisibilityModifier | Variable 'msg' must be private and have accessor methods. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| design | VisibilityModifier | Variable 'sender' must be private and have accessor methods. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter context should be final. | 108 | |
| coding | HiddenField | 'context' hides a field. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 114 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 114 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 120 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 126 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 132 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 138 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 144 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 150 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 150 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 156 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 156 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter cls should be final. | 161 | |
| misc | FinalParameters | Parameter params should be final. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| misc | FinalParameters | Parameter clsName should be final. | 165 | |
| misc | FinalParameters | Parameter params should be final. | 165 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 167 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 172 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 176 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 189 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 205 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 205 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 216 | |
| design | DesignForExtension | Method 'discoverAALSpace' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| misc | FinalParameters | Parameter filters should be final. | 220 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 223 | |
| design | DesignForExtension | Method 'buildAALSpace' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| misc | FinalParameters | Parameter aalSpaceCard should be final. | 229 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 232 | |
| design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| misc | FinalParameters | Parameter sharedObj should be final. | 238 | |
| misc | FinalParameters | Parameter removeHook should be final. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 245 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 253 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 265 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 265 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 271 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 285 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 285 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 292 | |
| design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| misc | FinalParameters | Parameter arg0 should be final. | 300 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 305 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 305 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 311 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 317 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 324 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 331 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 342 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 348 | |
| design | DesignForExtension | Method 'joinRequest' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 355 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 355 | |
| misc | FinalParameters | Parameter sender should be final. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 361 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 361 | |
| design | DesignForExtension | Method 'leaveRequest' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 374 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 374 | |
| design | DesignForExtension | Method 'requestToLeave' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 381 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 387 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 387 | |
| design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| misc | FinalParameters | Parameter sender should be final. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 400 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 400 | |
| design | DesignForExtension | Method 'join' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 407 | |
| misc | FinalParameters | Parameter spaceCoordinator should be final. | 407 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 413 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 413 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 422 | |
| design | DesignForExtension | Method 'getmyPeerCard' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 431 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 431 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 440 | |
| javadoc | JavadocMethod | Expected an @return tag. | 443 | |
| design | DesignForExtension | Method 'getmyAALSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 449 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 449 | |
| design | DesignForExtension | Method 'aalSpaceJoined' is not designed for extension - needs to be abstract, final or empty. | 456 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 456 | |
| misc | FinalParameters | Parameter descriptor should be final. | 456 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 459 | |
| design | DesignForExtension | Method 'peerFound' is not designed for extension - needs to be abstract, final or empty. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| misc | FinalParameters | Parameter peer should be final. | 465 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 468 | |
| design | DesignForExtension | Method 'newAALSpaceFound' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| misc | FinalParameters | Parameter spaceCards should be final. | 474 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 481 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 484 | |
| design | DesignForExtension | Method 'configureChannels' is not designed for extension - needs to be abstract, final or empty. | 487 | |
| misc | FinalParameters | Parameter communicationChannels should be final. | 488 | |
| javadoc | JavadocMethod | Expected @param tag for 'communicationChannels'. | 488 | |
| misc | FinalParameters | Parameter peerName should be final. | 488 | |
| javadoc | JavadocMethod | Expected @param tag for 'peerName'. | 488 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 491 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 501 | |
| design | DesignForExtension | Method 'configurePeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 504 | |
| misc | FinalParameters | Parameter peeringChannel should be final. | 504 | |
| javadoc | JavadocMethod | Expected @param tag for 'peeringChannel'. | 504 | |
| misc | FinalParameters | Parameter peerName should be final. | 505 | |
| javadoc | JavadocMethod | Expected @param tag for 'peerName'. | 505 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 509 | |
| design | DesignForExtension | Method 'resetModule' is not designed for extension - needs to be abstract, final or empty. | 518 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 518 | |
| misc | FinalParameters | Parameter channels should be final. | 518 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 521 | |
| design | DesignForExtension | Method 'destroyAALSpace' is not designed for extension - needs to be abstract, final or empty. | 527 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 527 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 527 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 530 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 536 | |
| design | DesignForExtension | Method 'leaveAALSpace' is not designed for extension - needs to be abstract, final or empty. | 536 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 536 | |
| misc | FinalParameters | Parameter spaceCoordinator should be final. | 536 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 536 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 539 | |
| design | DesignForExtension | Method 'addNewPeer' is not designed for extension - needs to be abstract, final or empty. | 545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 545 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 545 | |
| misc | FinalParameters | Parameter peer should be final. | 545 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 548 | |
| design | DesignForExtension | Method 'newPeerAdded' is not designed for extension - needs to be abstract, final or empty. | 554 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 554 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 554 | |
| misc | FinalParameters | Parameter peer should be final. | 554 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 557 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 566 | |
| design | DesignForExtension | Method 'requestToUninstallPart' is not designed for extension - needs to be abstract, final or empty. | 573 | |
| misc | FinalParameters | Parameter target should be final. | 573 | |
| misc | FinalParameters | Parameter card should be final. | 573 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 574 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 577 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 602 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 605 | |
| design | DesignForExtension | Method 'requestToInstallPart' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| misc | FinalParameters | Parameter partAsZip should be final. | 615 | |
| misc | FinalParameters | Parameter target should be final. | 615 | |
| misc | FinalParameters | Parameter card should be final. | 616 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 617 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 620 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 638 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 648 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 648 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| javadoc | JavadocMethod | Unused @param tag for 'peer'. | 678 | |
| design | DesignForExtension | Method 'notifyRequestToInstallPart' is not designed for extension - needs to be abstract, final or empty. | 682 | |
| misc | FinalParameters | Parameter mpaCard should be final. | 682 | |
| javadoc | JavadocMethod | Expected @param tag for 'mpaCard'. | 682 | |
| misc | FinalParameters | Parameter partID should be final. | 682 | |
| javadoc | JavadocMethod | Expected @param tag for 'partID'. | 682 | |
| misc | FinalParameters | Parameter partStatus should be final. | 683 | |
| javadoc | JavadocMethod | Expected @param tag for 'partStatus'. | 683 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 687 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 692 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 699 | |
| design | DesignForExtension | Method 'getBrokerName' is not designed for extension - needs to be abstract, final or empty. | 714 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 714 | |
| design | DesignForExtension | Method 'handleSendError' is not designed for extension - needs to be abstract, final or empty. | 718 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 718 | |
| misc | FinalParameters | Parameter message should be final. | 718 | |
| misc | FinalParameters | Parameter e should be final. | 719 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 724 | |
| design | DesignForExtension | Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. | 729 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 729 | |
| misc | FinalParameters | Parameter message should be final. | 729 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 735 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 735 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 751 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 760 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 775 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 781 | |
| misc | FinalParameters | Parameter sender should be final. | 781 | |
| misc | FinalParameters | Parameter msg should be final. | 782 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 786 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 792 | |
| misc | FinalParameters | Parameter sender should be final. | 792 | |
| misc | FinalParameters | Parameter msg should be final. | 792 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 794 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 799 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 806 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 811 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 829 | |
| misc | FinalParameters | Parameter sender should be final. | 829 | |
| misc | FinalParameters | Parameter transactionId should be final. | 829 | |
| misc | FinalParameters | Parameter attributeValues should be final. | 830 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 842 | |
| misc | FinalParameters | Parameter transactionId should be final. | 842 | |
| misc | FinalParameters | Parameter attributeValues should be final. | 843 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 846 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 855 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 869 | |
| misc | FinalParameters | Parameter sender should be final. | 869 | |
| misc | FinalParameters | Parameter transactionId should be final. | 869 | |
| misc | FinalParameters | Parameter requestedAttributes should be final. | 870 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 883 | |
| misc | FinalParameters | Parameter transactionId should be final. | 883 | |
| misc | FinalParameters | Parameter requestedAttributes should be final. | 884 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 885 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 888 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 901 | |
| misc | FinalParameters | Parameter sender should be final. | 901 | |
| misc | FinalParameters | Parameter msg should be final. | 901 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 902 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 910 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 910 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 912 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 921 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 921 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 934 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 934 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 938 | |
| misc | FinalParameters | Parameter cm should be final. | 958 | |
| javadoc | JavadocMethod | Expected @param tag for 'cm'. | 958 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 962 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 974 | |
| misc | FinalParameters | Parameter serializedPart should be final. | 974 | |
| design | DesignForExtension | Method 'getPeersAddress' is not designed for extension - needs to be abstract, final or empty. | 978 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 978 | |
| design | DesignForExtension | Method 'requestPeerCard' is not designed for extension - needs to be abstract, final or empty. | 982 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 982 | |
| misc | FinalParameters | Parameter peerAddress should be final. | 982 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 988 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 988 | |
| design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 1002 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1002 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1004 | |
| design | DesignForExtension | Method 'renewAALSpace' is not designed for extension - needs to be abstract, final or empty. | 1009 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1009 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 1009 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1013 | |
| misc | FinalParameters | Parameter status should be final. | 1013 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 1014 | |
| design | DesignForExtension | Method 'unmarshall' is not designed for extension - needs to be abstract, final or empty. | 1024 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1024 | |
| misc | FinalParameters | Parameter message should be final. | 1024 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1029 | |
| naming | LocalFinalVariableName | Name 'MSG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1029 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1032 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1037 | |
| design | DesignForExtension | Method 'requestPeerAttributes' is not designed for extension - needs to be abstract, final or empty. | 1043 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1043 | |
| misc | FinalParameters | Parameter attributes should be final. | 1044 | |
| misc | FinalParameters | Parameter target should be final. | 1044 | |
| misc | FinalParameters | Parameter limit should be final. | 1044 | |
| misc | FinalParameters | Parameter timeout should be final. | 1044 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1059 | |
| design | DesignForExtension | Method 'findMatchingPeers' is not designed for extension - needs to be abstract, final or empty. | 1068 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1068 | |
| misc | FinalParameters | Parameter filter should be final. | 1069 | |
| misc | FinalParameters | Parameter limit should be final. | 1069 | |
| misc | FinalParameters | Parameter timeout should be final. | 1069 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1084 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 1086 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1097 | |
| misc | FinalParameters | Parameter controlMsg should be final. | 1097 | |
| misc | FinalParameters | Parameter responses should be final. | 1098 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1109 | |
| design | DesignForExtension | Method 'sendConfigurationMessage' is not designed for extension - needs to be abstract, final or empty. | 1112 | |
| misc | FinalParameters | Parameter cm should be final. | 1112 | |
| javadoc | JavadocMethod | Expected @param tag for 'cm'. | 1112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1113 | |
| design | DesignForExtension | Method 'sendMessage' is not designed for extension - needs to be abstract, final or empty. | 1138 | |
| misc | FinalParameters | Parameter msg should be final. | 1138 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 1138 | |
| misc | FinalParameters | Parameter receivers should be final. | 1138 | |
| javadoc | JavadocMethod | Expected @param tag for 'receivers'. | 1138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter ex should be final. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter mc should be final. | 39 | |
| misc | FinalParameters | Parameter content should be final. | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| misc | FinalParameters | Parameter dst should be final. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter mc should be final. | 44 | |
| misc | FinalParameters | Parameter content should be final. | 44 | |
| misc | FinalParameters | Parameter dst should be final. | 45 | |
| misc | FinalParameters | Parameter overwrite should be final. | 45 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 49 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 49 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 55 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 59 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 59 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 65 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 68 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 68 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 79 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 79 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 82 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 87 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 88 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 92 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 97 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 99 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 103 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 108 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 110 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter maxresponses should be final. | 39 | |
| misc | FinalParameters | Parameter timeout should be final. | 39 | |
| coding | HiddenField | 'timeout' hides a field. | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 42 | |
| design | DesignForExtension | Method 'getFirstReponse' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'getReponses' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'addResponse' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter msg should be final. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter context should be final. | 38 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 49 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter context should be final. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| naming | StaticVariableName | Name 'BROKER_MESSAGE_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| design | VisibilityModifier | Variable 'BROKER_MESSAGE_TYPE' must be private and have accessor methods. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| naming | StaticVariableName | Name 'BROKER_MESSAGE_CONTENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
| design | VisibilityModifier | Variable 'BROKER_MESSAGE_CONTENT' must be private and have accessor methods. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'getSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'setSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 47 | |
| coding | HiddenField | 'spaceDescriptor' hides a field. | 47 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 55 | |
| coding | HiddenField | 'spaceDescriptor' hides a field. | 55 | |
| misc | FinalParameters | Parameter type should be final. | 56 | |
| design | DesignForExtension | Method 'getMessageType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getMType' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| javadoc | JavadocMethod | Expected an @return tag. | 87 | |
| design | DesignForExtension | Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter description should be final. | 32 | |
| coding | HiddenField | 'description' hides a field. | 32 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| naming | StaticVariableName | Name 'AAL_SPACE_MTYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| design | VisibilityModifier | Variable 'AAL_SPACE_MTYPE' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | StaticVariableName | Name 'AAL_SPACE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| design | VisibilityModifier | Variable 'AAL_SPACE_NAME' must be private and have accessor methods. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'spaceID' must be private and have accessor methods. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | StaticVariableName | Name 'AAL_Space_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| design | VisibilityModifier | Variable 'AAL_Space_type' must be private and have accessor methods. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'peerCoordinatorID' must be private and have accessor methods. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'peeringChannel' must be private and have accessor methods. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'peeringChannelName' must be private and have accessor methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'retry' must be private and have accessor methods. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'aalSpaceLifeTime' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | StaticVariableName | Name 'DEPLOY_MANAGER_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| design | VisibilityModifier | Variable 'DEPLOY_MANAGER_ID' must be private and have accessor methods. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | StaticVariableName | Name 'DEPLOY_MANAGER_ROLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| design | VisibilityModifier | Variable 'DEPLOY_MANAGER_ROLE' must be private and have accessor methods. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'brokerChannels' must be private and have accessor methods. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter mType should be final. | 58 | |
| misc | FinalParameters | Parameter sender should be final. | 59 | |
| coding | HiddenField | 'sender' hides a field. | 59 | |
| misc | FinalParameters | Parameter propagateSerialized should be final. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'propagateSerialized'. | 59 | |
| design | DesignForExtension | Method 'getMessageType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'getPayload' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| design | DesignForExtension | Method 'getMType' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| javadoc | JavadocMethod | Expected an @return tag. | 79 | |
| design | DesignForExtension | Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 81 | |
| design | DesignForExtension | Method 'isRequest' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| design | DesignForExtension | Method 'createResoponse' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter serializedParam should be final. | 90 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter message should be final. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 128 | |
| javadoc | JavadocMethod | Expected an @return tag. | 136 | |
| design | DesignForExtension | Method 'isSentFrom' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| misc | FinalParameters | Parameter sender should be final. | 136 | |
| coding | HiddenField | 'sender' hides a field. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'sender'. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 59 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter space should be final. | 66 | |
| coding | HiddenField | 'space' hides a field. | 66 | |
| misc | FinalParameters | Parameter attributes should be final. | 66 | |
| coding | HiddenField | 'attributes' hides a field. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter space should be final. | 71 | |
| coding | HiddenField | 'space' hides a field. | 71 | |
| misc | FinalParameters | Parameter type should be final. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter space should be final. | 82 | |
| coding | HiddenField | 'space' hides a field. | 82 | |
| misc | FinalParameters | Parameter filter should be final. | 83 | |
| coding | HiddenField | 'filter' hides a field. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter space should be final. | 88 | |
| coding | HiddenField | 'space' hides a field. | 88 | |
| misc | FinalParameters | Parameter id should be final. | 88 | |
| misc | FinalParameters | Parameter map should be final. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter space should be final. | 94 | |
| coding | HiddenField | 'space' hides a field. | 94 | |
| misc | FinalParameters | Parameter id should be final. | 94 | |
| misc | FinalParameters | Parameter map should be final. | 95 | |
| misc | FinalParameters | Parameter match should be final. | 95 | |
| coding | HiddenField | 'match' hides a field. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter space should be final. | 101 | |
| coding | HiddenField | 'space' hides a field. | 101 | |
| misc | FinalParameters | Parameter type should be final. | 101 | |
| misc | FinalParameters | Parameter id should be final. | 102 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| design | DesignForExtension | Method 'getMatchFilter' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| design | DesignForExtension | Method 'getMessageType' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | FinalParameters | Parameter message should be final. | 134 | |
| design | DesignForExtension | Method 'getTransactionId' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| design | DesignForExtension | Method 'getAttributeFilter' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| design | DesignForExtension | Method 'getAttributeValues' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| design | DesignForExtension | Method 'getMType' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 170 | |
| javadoc | JavadocMethod | Expected an @return tag. | 173 | |
| design | DesignForExtension | Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. | 173 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 82). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'mType' must be private and have accessor methods. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter messageType should be final. | 51 | |
| misc | FinalParameters | Parameter payload should be final. | 51 | |
| coding | HiddenField | 'payload' hides a field. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'getMessageType' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'setMessageType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter messageType should be final. | 65 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPayload' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| design | DesignForExtension | Method 'getMType' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| javadoc | JavadocMethod | Expected an @return tag. | 96 | |
| design | DesignForExtension | Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter msg should be final. | 46 | |
| misc | FinalParameters | Parameter t should be final. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter description should be final. | 51 | |
| coding | HiddenField | 'description' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | StaticVariableName | Name 'DEPLOY_MTYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| design | VisibilityModifier | Variable 'DEPLOY_MTYPE' must be private and have accessor methods. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | StaticVariableName | Name 'PART_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| design | VisibilityModifier | Variable 'PART_ID' must be private and have accessor methods. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | StaticVariableName | Name 'PART' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| design | VisibilityModifier | Variable 'PART' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | StaticVariableName | Name 'PART_STATUS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| design | VisibilityModifier | Variable 'PART_STATUS' must be private and have accessor methods. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | StaticVariableName | Name 'UAPP_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| design | VisibilityModifier | Variable 'UAPP_NAME' must be private and have accessor methods. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | StaticVariableName | Name 'UAPP_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| design | VisibilityModifier | Variable 'UAPP_ID' must be private and have accessor methods. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | StaticVariableName | Name 'UAPP_DESC' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 | |
| design | VisibilityModifier | Variable 'UAPP_DESC' must be private and have accessor methods. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | StaticVariableName | Name 'DEPLOY_PAYLOAD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| design | VisibilityModifier | Variable 'DEPLOY_PAYLOAD' must be private and have accessor methods. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter part should be final. | 38 | |
| misc | FinalParameters | Parameter mpaCard should be final. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| misc | FinalParameters | Parameter partID should be final. | 39 | |
| misc | FinalParameters | Parameter mpaPartStatus should be final. | 39 | |
| coding | HiddenField | 'mpaPartStatus' hides a field. | 39 | |
| design | DesignForExtension | Method 'getPartID' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getMpaPartStatus' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter part should be final. | 42 | |
| coding | HiddenField | 'part' hides a field. | 42 | |
| misc | FinalParameters | Parameter mpaCard should be final. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| design | DesignForExtension | Method 'getPart' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setPart' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter part should be final. | 52 | |
| coding | HiddenField | 'part' hides a field. | 52 | |
| design | DesignForExtension | Method 'getuappCard' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'setuappCard' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter mpaCard should be final. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter param should be final. | 44 | |
| coding | HiddenField | 'param' hides a field. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'param'. | 44 | |
| design | DesignForExtension | Method 'getPayload' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'setPayload' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter param should be final. | 52 | |
| coding | HiddenField | 'param' hides a field. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocMethod | Expected an @return tag. | 57 | |
| design | DesignForExtension | Method 'getMType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| javadoc | JavadocMethod | Expected an @return tag. | 62 | |
| design | DesignForExtension | Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter message should be final. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 82). | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter src should be final. | 46 | |
| misc | FinalParameters | Parameter typeOfSrc should be final. | 46 | |
| misc | FinalParameters | Parameter context should be final. | 47 | |
| design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter json should be final. | 57 | |
| misc | FinalParameters | Parameter typeOfT should be final. | 57 | |
| misc | FinalParameters | Parameter context should be final. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | FinalClass | Class GsonParserBuilder should be declared as final. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter src should be final. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter json should be final. | 58 | |
| misc | FinalParameters | Parameter classOfT should be final. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter jsonElement should be final. | 63 | |
| misc | FinalParameters | Parameter classOfT should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 69 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 78 | |
| misc | FinalParameters | Parameter msg should be final. | 78 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter src should be final. | 86 | |
| misc | FinalParameters | Parameter typeOfSrc should be final. | 86 | |
| misc | FinalParameters | Parameter context should be final. | 87 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter json should be final. | 95 | |
| misc | FinalParameters | Parameter typeOfT should be final. | 95 | |
| misc | FinalParameters | Parameter context should be final. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | DesignForExtension | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| sizes | MethodLength | Method length is 189 lines (max allowed is 150). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 89 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 95 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 95 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 97 | |
| misc | FinalParameters | Parameter arg0 should be final. | 111 | |
| misc | FinalParameters | Parameter arg0 should be final. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 119 | |
| misc | FinalParameters | Parameter arg0 should be final. | 138 | |
| misc | FinalParameters | Parameter arg0 should be final. | 147 | |
| misc | FinalParameters | Parameter arg1 should be final. | 147 | |
| misc | FinalParameters | Parameter arg0 should be final. | 157 | |
| misc | FinalParameters | Parameter arg0 should be final. | 160 | |
| misc | FinalParameters | Parameter arg0 should be final. | 163 | |
| misc | FinalParameters | Parameter arg0 should be final. | 191 | |
| misc | FinalParameters | Parameter arg0 should be final. | 194 | |
| misc | FinalParameters | Parameter arg1 should be final. | 194 | |
| misc | FinalParameters | Parameter arg0 should be final. | 197 | |
| misc | FinalParameters | Parameter arg1 should be final. | 198 | |
| misc | FinalParameters | Parameter arg0 should be final. | 202 | |
| misc | FinalParameters | Parameter arg0 should be final. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 209 | |
| misc | FinalParameters | Parameter arg0 should be final. | 209 | |
| misc | FinalParameters | Parameter arg1 should be final. | 209 | |
| misc | FinalParameters | Parameter arg0 should be final. | 212 | |
| misc | FinalParameters | Parameter arg1 should be final. | 212 | |
| misc | FinalParameters | Parameter arg0 should be final. | 216 | |
| misc | FinalParameters | Parameter arg1 should be final. | 216 | |
| misc | FinalParameters | Parameter arg2 should be final. | 217 | |
| misc | FinalParameters | Parameter arg0 should be final. | 220 | |
| misc | FinalParameters | Parameter arg0 should be final. | 224 | |
| misc | FinalParameters | Parameter arg1 should be final. | 224 | |
| misc | FinalParameters | Parameter arg0 should be final. | 228 | |
| misc | FinalParameters | Parameter arg1 should be final. | 228 | |
| misc | FinalParameters | Parameter arg0 should be final. | 232 | |
| misc | FinalParameters | Parameter arg1 should be final. | 232 | |
| misc | FinalParameters | Parameter arg2 should be final. | 233 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 238 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 246 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 250 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 251 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| misc | FinalParameters | Parameter r should be final. | 291 | |
| design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 295 | |
| misc | FinalParameters | Parameter s should be final. | 295 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'title' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'el' must be private and have accessor methods. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter title should be final. | 69 | |
| coding | HiddenField | 'title' hides a field. | 69 | |
| misc | FinalParameters | Parameter description should be final. | 69 | |
| coding | HiddenField | 'description' hides a field. | 69 | |
| misc | FinalParameters | Parameter el should be final. | 69 | |
| coding | HiddenField | 'el' hides a field. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'serviceRequests' must be private and have accessor methods. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'serviceProfiles' must be private and have accessor methods. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'contextEventPatternsPublish' must be private and have accessor methods. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | VisibilityModifier | Variable 'contextEventPatternsSubscribe' must be private and have accessor methods. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'uiHandler' must be private and have accessor methods. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'uiRequests' must be private and have accessor methods. | 81 | |
| design | DesignForExtension | Method 'writeManifest' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter writer should be final. | 116 | |
| misc | FinalParameters | Parameter brokerName should be final. | 116 | |
| misc | FinalParameters | Parameter elReq should be final. | 117 | |
| misc | FinalParameters | Parameter elAd should be final. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter writer should be final. | 126 | |
| misc | FinalParameters | Parameter type should be final. | 126 | |
| misc | FinalParameters | Parameter elements should be final. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| misc | FinalParameters | Parameter writer should be final. | 133 | |
| misc | FinalParameters | Parameter type should be final. | 133 | |
| misc | FinalParameters | Parameter el should be final. | 133 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| misc | FinalParameters | Parameter title should be final. | 149 | |
| misc | FinalParameters | Parameter description should be final. | 149 | |
| misc | FinalParameters | Parameter cep should be final. | 150 | |
| misc | FinalParameters | Parameter isPublisher should be final. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 158 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| misc | FinalParameters | Parameter title should be final. | 164 | |
| misc | FinalParameters | Parameter description should be final. | 164 | |
| misc | FinalParameters | Parameter profile should be final. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 171 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| misc | FinalParameters | Parameter title should be final. | 174 | |
| misc | FinalParameters | Parameter description should be final. | 174 | |
| misc | FinalParameters | Parameter request should be final. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 184 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| misc | FinalParameters | Parameter title should be final. | 184 | |
| misc | FinalParameters | Parameter description should be final. | 184 | |
| misc | FinalParameters | Parameter profile should be final. | 184 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter title should be final. | 193 | |
| misc | FinalParameters | Parameter description should be final. | 193 | |
| misc | FinalParameters | Parameter r should be final. | 194 | |
| misc | FinalParameters | Parameter extendAll should be final. | 194 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 195 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| misc | FinalParameters | Parameter title should be final. | 199 | |
| misc | FinalParameters | Parameter description should be final. | 199 | |
| misc | FinalParameters | Parameter r should be final. | 200 | |
| misc | FinalParameters | Parameter options should be final. | 200 | |
| blocks | EmptyBlock | Must have at least one statement. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| misc | FinalParameters | Parameter r1 should be final. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| misc | FinalParameters | Parameter r should be final. | 237 | |
| misc | FinalParameters | Parameter options should be final. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| misc | FinalParameters | Parameter el should be final. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| misc | FinalParameters | Parameter r should be final. | 268 | |
| misc | FinalParameters | Parameter propURI should be final. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 280 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| misc | FinalParameters | Parameter el should be final. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - junit.framework.TestCase. | 34 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.container.ModuleActivator. | 49 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.OntClassInfo. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| naming | ConstantName | Name 'owlDir' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 70 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'logLevel' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'module' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'pkg' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'cls' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'method' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'msgPart' must be private and have accessor methods. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 't' must be private and have accessor methods. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 75 | |
| misc | FinalParameters | Parameter logLevel should be final. | 75 | |
| coding | HiddenField | 'logLevel' hides a field. | 75 | |
| misc | FinalParameters | Parameter module should be final. | 75 | |
| coding | HiddenField | 'module' hides a field. | 75 | |
| misc | FinalParameters | Parameter pkg should be final. | 75 | |
| coding | HiddenField | 'pkg' hides a field. | 75 | |
| misc | FinalParameters | Parameter cls should be final. | 75 | |
| coding | HiddenField | 'cls' hides a field. | 75 | |
| misc | FinalParameters | Parameter method should be final. | 76 | |
| coding | HiddenField | 'method' hides a field. | 76 | |
| misc | FinalParameters | Parameter msgPart should be final. | 76 | |
| coding | HiddenField | 'msgPart' hides a field. | 76 | |
| misc | FinalParameters | Parameter t should be final. | 76 | |
| coding | HiddenField | 't' hides a field. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 91 | |
| misc | FinalParameters | Parameter msgPart should be final. | 95 | |
| coding | HiddenField | 'msgPart' hides a field. | 95 | |
| coding | MagicNumber | '256' is a magic number. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 103 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 106 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 126 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 131 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 138 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| design | VisibilityModifier | Variable 'ont' must be private and have accessor methods. | 139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| design | VisibilityModifier | Variable 'attempts' must be private and have accessor methods. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| design | VisibilityModifier | Variable 'warnings' must be private and have accessor methods. | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| design | VisibilityModifier | Variable 'errors' must be private and have accessor methods. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| design | VisibilityModifier | Variable 'logEntries' must be private and have accessor methods. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 146 | |
| misc | FinalParameters | Parameter ont should be final. | 146 | |
| coding | HiddenField | 'ont' hides a field. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 152 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 153 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 158 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 174 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 176 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 183 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 192 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 199 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 208 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| misc | FinalParameters | Parameter logLevel should be final. | 212 | |
| misc | FinalParameters | Parameter module should be final. | 212 | |
| misc | FinalParameters | Parameter pkg should be final. | 212 | |
| misc | FinalParameters | Parameter cls should be final. | 212 | |
| misc | FinalParameters | Parameter method should be final. | 213 | |
| misc | FinalParameters | Parameter msgPart should be final. | 213 | |
| misc | FinalParameters | Parameter t should be final. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 216 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 217 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 227 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 228 | |
| whitespace | NoWhitespaceAfter | '!' is followed by whitespace. | 231 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 238 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 240 | |
| design | DesignForExtension | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 274 | |
| misc | FinalParameters | Parameter o1 should be final. | 277 | |
| misc | FinalParameters | Parameter o2 should be final. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 318 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 323 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 323 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 323 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 324 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 326 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 326 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 329 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 330 | |
| blocks | RightCurly | '}' at column 4 should be on the same line as the next part of a multi-block statement. | 334 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 337 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 337 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 340 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 347 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 350 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 361 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 385 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 385 | |
| naming | MethodName | Name 'TryLoadingOnts' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 385 | |
| misc | FinalParameters | Parameter toBeLoaded should be final. | 385 | |
| misc | FinalParameters | Parameter isInMyProject should be final. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 386 | |
| misc | FinalParameters | Parameter pendingOnts should be final. | 386 | |
| misc | FinalParameters | Parameter loadingOrder should be final. | 386 | |
| misc | FinalParameters | Parameter totalOntologiesFound should be final. | 387 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 407 | |
| design | DesignForExtension | Method 'getContentserializer' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 425 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 446 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 451 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 166). | 453 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 453 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 458 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 465 | |
| design | DesignForExtension | Method 'generateOntFiles4Ont' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| misc | FinalParameters | Parameter ont should be final. | 469 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 469 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 470 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 479 | |
| design | DesignForExtension | Method 'generateOntFiles4ALL' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 487 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 489 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 489 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 498 | |
| design | DesignForExtension | Method 'generateOntFiles4MyProy' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 502 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 506 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 508 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 508 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 508 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 518 | |
| misc | FinalParameters | Parameter ont should be final. | 521 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 522 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 523 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 524 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 531 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 538 | |
| misc | FinalParameters | Parameter ont should be final. | 541 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 541 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 543 | |
| coding | MagicNumber | '4' is a magic number. | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 546 | |
| misc | FinalParameters | Parameter ont should be final. | 560 | |
| misc | FinalParameters | Parameter ttlFile should be final. | 560 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 572 | |
| misc | FinalParameters | Parameter ttlFile should be final. | 583 | |
| misc | FinalParameters | Parameter owlFile should be final. | 583 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 583 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 584 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 585 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 591 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 601 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'owner' must be private and have accessor methods. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'theBus' must be private and have accessor methods. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'busResourceURI' must be private and have accessor methods. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter owner should be final. | 54 | |
| coding | HiddenField | 'owner' hides a field. | 54 | |
| misc | FinalParameters | Parameter busFetchParams should be final. | 54 | |
| misc | FinalParameters | Parameter type should be final. | 55 | |
| coding | HiddenField | 'type' hides a field. | 55 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocMethod | Expected an @return tag. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter label should be final. | 108 | |
| coding | HiddenField | 'label' hides a field. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'setComment' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| misc | FinalParameters | Parameter comment should be final. | 129 | |
| coding | HiddenField | 'comment' hides a field. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| design | DesignForExtension | Method 'getComment' is not designed for extension - needs to be abstract, final or empty. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter owner should be final. | 32 | |
| misc | FinalParameters | Parameter busFetchParams should be final. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter owner should be final. | 33 | |
| misc | FinalParameters | Parameter busFetchParams should be final. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter owner should be final. | 32 | |
| misc | FinalParameters | Parameter busFetchParams should be final. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter owner should be final. | 34 | |
| misc | FinalParameters | Parameter busFetchParams should be final. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.aalspace.AALSpaceCard. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| naming | ConstantName | Name 'uAAL_OPTIONAL_URI_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| naming | StaticVariableName | Name 'uAAL_SPACE_INSTANCE_URI_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| naming | StaticVariableName | Name 'uAAL_MW_INSTANCE_URI_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| naming | StaticVariableName | Name 'uAAL_MW_INSTANCE_BUS_MEMBERSHIPS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | VisibilityModifier | Variable 'aalSpaceManager' must be private and have accessor methods. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | VisibilityModifier | Variable 'communicationModule' must be private and have accessor methods. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter mc should be final. | 101 | |
| misc | FinalParameters | Parameter aalSpaceMgr should be final. | 102 | |
| misc | FinalParameters | Parameter commModule should be final. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| coding | MagicNumber | '100' is a magic number. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| coding | MagicNumber | '50' is a magic number. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 169 | |
| coding | MagicNumber | '10' is a magic number. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| misc | FinalParameters | Parameter uri should be final. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 233 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 233 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 234 | |
| design | VisibilityModifier | Variable 'registry' must be private and have accessor methods. | 234 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 235 | |
| design | VisibilityModifier | Variable 'busStrategy' must be private and have accessor methods. | 235 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 236 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| misc | FinalParameters | Parameter module should be final. | 239 | |
| misc | FinalParameters | Parameter brokerName should be final. | 239 | |
| coding | HiddenField | 'brokerName' hides a field. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 250 | |
| design | DesignForExtension | Method 'createRegistry' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| design | DesignForExtension | Method 'getBusMember' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| misc | FinalParameters | Parameter memberID should be final. | 270 | |
| javadoc | JavadocMethod | Expected an @return tag. | 279 | |
| design | DesignForExtension | Method 'getBusMemberID' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| misc | FinalParameters | Parameter bm should be final. | 279 | |
| javadoc | JavadocMethod | Expected @param tag for 'bm'. | 279 | |
| design | DesignForExtension | Method 'getPeerCard' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| design | DesignForExtension | Method 'getBusMembers' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| design | DesignForExtension | Method 'getBusMembersByID' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| javadoc | JavadocMethod | Expected an @return tag. | 316 | |
| misc | FinalParameters | Parameter module should be final. | 316 | |
| javadoc | JavadocMethod | Expected @param tag for 'module'. | 316 | |
| misc | FinalParameters | Parameter m should be final. | 316 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 316 | |
| misc | FinalParameters | Parameter type should be final. | 317 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 332 | |
| design | DesignForExtension | Method 'brokerMessage' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| misc | FinalParameters | Parameter senderID should be final. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 342 | |
| misc | FinalParameters | Parameter msg should be final. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 352 | |
| javadoc | JavadocMethod | Expected an @return tag. | 354 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 376 | |
| misc | FinalParameters | Parameter memberID should be final. | 376 | |
| javadoc | JavadocMethod | Expected @param tag for 'memberID'. | 376 | |
| misc | FinalParameters | Parameter m should be final. | 376 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 387 | |
| design | DesignForExtension | Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. | 401 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 401 | |
| misc | FinalParameters | Parameter message should be final. | 401 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 409 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 417 | |
| design | DesignForExtension | Method 'getBrokerName' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 422 | |
| design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| misc | FinalParameters | Parameter module should be final. | 430 | |
| misc | FinalParameters | Parameter type should be final. | 430 | |
| coding | MagicNumber | '128' is a magic number. | 431 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 433 | |
| design | DesignForExtension | Method 'isValidMember' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 441 | |
| misc | FinalParameters | Parameter memberURI should be final. | 441 | |
| design | DesignForExtension | Method 'isBusResourceURI' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| misc | FinalParameters | Parameter uri should be final. | 445 | |
| design | DesignForExtension | Method 'unmarshall' is not designed for extension - needs to be abstract, final or empty. | 449 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| misc | FinalParameters | Parameter serializedBusMessage should be final. | 449 | |
| design | DesignForExtension | Method 'addRegistryListener' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| misc | FinalParameters | Parameter listener should be final. | 453 | |
| design | DesignForExtension | Method 'removeRegistryListener' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 457 | |
| misc | FinalParameters | Parameter listener should be final. | 457 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter m should be final. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'bus' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'busModule' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'commModule' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| misc | FinalParameters | Parameter commModule should be final. | 83 | |
| coding | HiddenField | 'commModule' hides a field. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| misc | FinalParameters | Parameter commModule should be final. | 96 | |
| coding | HiddenField | 'commModule' hides a field. | 96 | |
| misc | FinalParameters | Parameter name should be final. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'getBusMember' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter memberID should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| design | DesignForExtension | Method 'getLocalBusByName' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| misc | FinalParameters | Parameter name should be final. | 134 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| misc | FinalParameters | Parameter m should be final. | 151 | |
| misc | FinalParameters | Parameter senderID should be final. | 151 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 155 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| misc | FinalParameters | Parameter mc should be final. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| design | DesignForExtension | Method 'setBus' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| misc | FinalParameters | Parameter bus should be final. | 210 | |
| coding | HiddenField | 'bus' hides a field. | 210 | |
| design | DesignForExtension | Method 'buildChannelMessage' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| misc | FinalParameters | Parameter m should be final. | 227 | |
| design | DesignForExtension | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 236 | |
| misc | FinalParameters | Parameter message should be final. | 236 | |
| coding | MagicNumber | '100' is a magic number. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 248 | |
| coding | MagicNumber | '50' is a magic number. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 256 | |
| coding | MagicNumber | '10' is a magic number. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| misc | FinalParameters | Parameter receivers should be final. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| misc | FinalParameters | Parameter receivers should be final. | 275 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| javadoc | JavadocMethod | Expected @param tag for 'subset'. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter context should be final. | 44 | |
| coding | HiddenField | 'context' hides a field. | 44 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 70 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 71 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter context should be final. | 79 | |
| coding | HiddenField | 'context' hides a field. | 79 | |
| design | DesignForExtension | Method 'serviceChanged' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter se should be final. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Unused @param tag for 'member'. | 27 | |
| javadoc | JavadocMethod | Expected @param tag for 'busMember'. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocMethod | Unused @param tag for 'member'. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for 'busMember'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'map' must be private and have accessor methods. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'listeners' must be private and have accessor methods. | 43 | |
| design | DesignForExtension | Method 'addBusMember' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter memberID should be final. | 45 | |
| misc | FinalParameters | Parameter busMember should be final. | 45 | |
| design | DesignForExtension | Method 'removeMemberByID' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter memberID should be final. | 52 | |
| design | DesignForExtension | Method 'getAllBusMembers' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getAllBusMembersIds' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getBusMemberByID' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter memberID should be final. | 70 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 71 | |
| design | DesignForExtension | Method 'getBusMemberID' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter busMember should be final. | 74 | |
| design | DesignForExtension | Method 'getBusMembersCount' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Method 'addRegistryListener' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter listener should be final. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| design | DesignForExtension | Method 'removeRegistryListener' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter listener should be final. | 105 | |
| design | DesignForExtension | Method 'addRegParams' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| misc | FinalParameters | Parameter busMemberID should be final. | 109 | |
| misc | FinalParameters | Parameter params should be final. | 109 | |
| design | DesignForExtension | Method 'removeRegParams' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| misc | FinalParameters | Parameter busMemberID should be final. | 117 | |
| misc | FinalParameters | Parameter params should be final. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.rdf.Resource. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'brokerName' must be private and have accessor methods. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter mcs should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter peer should be final. | 68 | |
| design | DesignForExtension | Method 'setReceivers' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter receivers should be final. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| misc | FinalParameters | Parameter o should be final. | 86 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter s should be final. | 91 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| misc | FinalParameters | Parameter type should be final. | 115 | |
| coding | HiddenField | 'type' hides a field. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'type'. | 115 | |
| misc | FinalParameters | Parameter content should be final. | 115 | |
| coding | HiddenField | 'content' hides a field. | 115 | |
| misc | FinalParameters | Parameter creator should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'creator'. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| misc | FinalParameters | Parameter message should be final. | 136 | |
| misc | FinalParameters | Parameter creator should be final. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'creator'. | 136 | |
| coding | MagicNumber | '9' is a magic number. | 142 | |
| coding | MagicNumber | '3' is a magic number. | 142 | |
| coding | MagicNumber | '40' is a magic number. | 154 | |
| coding | MagicNumber | '46' is a magic number. | 156 | |
| coding | MagicNumber | '52' is a magic number. | 164 | |
| coding | MagicNumber | '31' is a magic number. | 181 | |
| coding | MagicNumber | '30' is a magic number. | 187 | |
| coding | MagicNumber | '28' is a magic number. | 188 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 192 | |
| coding | MagicNumber | '27' is a magic number. | 195 | |
| coding | MagicNumber | '25' is a magic number. | 197 | |
| coding | MagicNumber | '29' is a magic number. | 200 | |
| coding | MagicNumber | '3' is a magic number. | 203 | |
| coding | MagicNumber | '27' is a magic number. | 210 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 214 | |
| coding | MagicNumber | '31' is a magic number. | 217 | |
| coding | MagicNumber | '29' is a magic number. | 219 | |
| design | DesignForExtension | Method 'addReceiver' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| misc | FinalParameters | Parameter pc should be final. | 224 | |
| design | DesignForExtension | Method 'addReceivers' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| misc | FinalParameters | Parameter receivers should be final. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| design | DesignForExtension | Method 'createReply' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| misc | FinalParameters | Parameter content should be final. | 255 | |
| coding | HiddenField | 'content' hides a field. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| misc | FinalParameters | Parameter messageIDInReplyTo should be final. | 292 | |
| misc | FinalParameters | Parameter receiver should be final. | 293 | |
| misc | FinalParameters | Parameter content should be final. | 293 | |
| misc | FinalParameters | Parameter creator should be final. | 293 | |
| javadoc | JavadocMethod | Expected @param tag for 'creator'. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| design | DesignForExtension | Method 'getContentAsString' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| design | DesignForExtension | Method 'getIDAsLong' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| coding | MagicNumber | '16' is a magic number. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| design | DesignForExtension | Method 'getInReplyTo' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 363 | |
| misc | FinalParameters | Parameter newType should be final. | 363 | |
| design | DesignForExtension | Method 'receiverResidesOnDifferentPeer' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 367 | |
| design | DesignForExtension | Method 'senderResidesOnDifferentPeer' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | |
| design | DesignForExtension | Method 'sentBySamePeerAs' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| misc | FinalParameters | Parameter peer should be final. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| design | DesignForExtension | Method 'setReceiver' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| misc | FinalParameters | Parameter receiver should be final. | 399 | |
| coding | HiddenField | 'receiver' hides a field. | 399 | |
| javadoc | JavadocMethod | Expected @param tag for 'receiver'. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 408 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| design | DesignForExtension | Method 'marshall' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 443 | |
| misc | FinalParameters | Parameter message should be final. | 443 | |
| design | DesignForExtension | Method 'getMType' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 452 | |
| design | DesignForExtension | Method 'getReceivers' is not designed for extension - needs to be abstract, final or empty. | 456 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 456 | |
| design | DesignForExtension | Method 'hasReceiver' is not designed for extension - needs to be abstract, final or empty. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| misc | FinalParameters | Parameter receiver should be final. | 460 | |
| coding | HiddenField | 'receiver' hides a field. | 460 | |
| design | DesignForExtension | Method 'getSender' is not designed for extension - needs to be abstract, final or empty. | 469 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 469 | |
| design | DesignForExtension | Method 'setSender' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 473 | |
| misc | FinalParameters | Parameter sender should be final. | 473 | |
| coding | HiddenField | 'sender' hides a field. | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | ConstantName | Name 'event' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | ConstantName | Name 'p2p_event' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | ConstantName | Name 'p2p_reply' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | ConstantName | Name 'p2p_request' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | ConstantName | Name 'reply' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | ConstantName | Name 'request' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| misc | FinalParameters | Parameter name should be final. | 55 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 56 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| misc | FinalParameters | Parameter order should be final. | 91 | |
| coding | HiddenField | 'order' hides a field. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter mc should be final. | 73 | |
| coding | HiddenField | 'mc' hides a field. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| misc | FinalParameters | Parameter mode should be final. | 109 | |
| coding | HiddenField | 'mode' hides a field. | 109 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| misc | FinalParameters | Parameter owner should be final. | 160 | |
| misc | FinalParameters | Parameter busMemberURI should be final. | 160 | |
| misc | FinalParameters | Parameter m should be final. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 230 | |
| misc | FinalParameters | Parameter owner should be final. | 230 | |
| misc | FinalParameters | Parameter busMemberURI should be final. | 231 | |
| misc | FinalParameters | Parameter m should be final. | 231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 275 | |
| misc | FinalParameters | Parameter owner should be final. | 275 | |
| misc | FinalParameters | Parameter m should be final. | 275 | |
| misc | FinalParameters | Parameter brokerName should be final. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 308 | |
| misc | FinalParameters | Parameter owner should be final. | 308 | |
| misc | FinalParameters | Parameter m should be final. | 308 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 318 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 327 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'getMatchable' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter mc should be final. | 56 | |
| coding | HiddenField | 'mc' hides a field. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter mc should be final. | 64 | |
| coding | HiddenField | 'mc' hides a field. | 64 | |
| misc | FinalParameters | Parameter brokerName should be final. | 65 | |
| misc | FinalParameters | Parameter isAdvertisement should be final. | 65 | |
| misc | FinalParameters | Parameter log should be final. | 65 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter mc should be final. | 70 | |
| coding | HiddenField | 'mc' hides a field. | 70 | |
| misc | FinalParameters | Parameter brokerName should be final. | 71 | |
| misc | FinalParameters | Parameter type should be final. | 71 | |
| misc | FinalParameters | Parameter log should be final. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter entry should be final. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 123 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 140 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 155 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'receivers'. | 42 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CommunicationConnectorException'. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 48 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CommunicationConnectorException'. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 54 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 54 | |
| javadoc | JavadocMethod | Expected @param tag for 'receiver'. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'channels'. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'peerName'. | 62 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CommunicationConnectorException'. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'channelName'. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'configurations'. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Unused @param tag for 'serializedPart'. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'applicationPart'. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'filters'. | 43 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceCard'. | 58 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceCard'. | 67 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Unused @param tag for 'spaceCard'. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceCards'. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 81). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter context should be final. | 93 | |
| coding | HiddenField | 'context' hides a field. | 93 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 109 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 113 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 118 | |
| misc | FinalParameters | Parameter data should be final. | 134 | |
| misc | FinalParameters | Parameter data should be final. | 139 | |
| design | DesignForExtension | Method 'configureConnector' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter channels should be final. | 160 | |
| misc | FinalParameters | Parameter peerName should be final. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 166 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 166 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 170 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 190 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 223 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 227 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| javadoc | JavadocMethod | Expected an @return tag. | 251 | |
| misc | FinalParameters | Parameter element should be final. | 251 | |
| javadoc | JavadocMethod | Expected @param tag for 'element'. | 251 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 252 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 265 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 323 | |
| design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| misc | FinalParameters | Parameter channels should be final. | 337 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 353 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 353 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 369 | |
| design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 391 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 391 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| misc | FinalParameters | Parameter channelURL should be final. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 427 | |
| misc | FinalParameters | Parameter channelValue should be final. | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 443 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 443 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 457 | |
| javadoc | JavadocMethod | Expected an @return tag. | 461 | |
| misc | FinalParameters | Parameter destinationChannelNames should be final. | 461 | |
| javadoc | JavadocMethod | Expected @param tag for 'destinationChannelNames'. | 461 | |
| design | DesignForExtension | Method 'unicast' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 476 | |
| misc | FinalParameters | Parameter message should be final. | 476 | |
| misc | FinalParameters | Parameter receiver should be final. | 476 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 538 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 557 | |
| misc | FinalParameters | Parameter method should be final. | 557 | |
| misc | FinalParameters | Parameter code should be final. | 558 | |
| misc | FinalParameters | Parameter msg should be final. | 558 | |
| misc | FinalParameters | Parameter t should be final. | 558 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 560 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 566 | |
| misc | FinalParameters | Parameter method should be final. | 566 | |
| misc | FinalParameters | Parameter code should be final. | 567 | |
| misc | FinalParameters | Parameter msg should be final. | 567 | |
| design | DesignForExtension | Method 'multicast' is not designed for extension - needs to be abstract, final or empty. | 574 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| misc | FinalParameters | Parameter message should be final. | 574 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 576 | |
| design | DesignForExtension | Method 'multicast' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 615 | |
| misc | FinalParameters | Parameter message should be final. | 615 | |
| misc | FinalParameters | Parameter receivers should be final. | 616 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 617 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 663 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 676 | |
| design | DesignForExtension | Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. | 703 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 703 | |
| misc | FinalParameters | Parameter configurations should be final. | 703 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 704 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 719 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 721 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 730 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 735 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 738 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 738 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 742 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 742 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 746 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 746 | |
| design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 750 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 750 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 754 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 754 | |
| misc | FinalParameters | Parameter name should be final. | 754 | |
| coding | HiddenField | 'name' hides a field. | 754 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 758 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 758 | |
| misc | FinalParameters | Parameter version should be final. | 758 | |
| coding | HiddenField | 'version' hides a field. | 758 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 762 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 762 | |
| misc | FinalParameters | Parameter description should be final. | 762 | |
| coding | HiddenField | 'description' hides a field. | 762 | |
| design | DesignForExtension | Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. | 766 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 766 | |
| misc | FinalParameters | Parameter provider should be final. | 766 | |
| coding | HiddenField | 'provider' hides a field. | 766 | |
| design | DesignForExtension | Method 'receive' is not designed for extension - needs to be abstract, final or empty. | 770 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 770 | |
| misc | FinalParameters | Parameter msg should be final. | 770 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 771 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 791 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 791 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 796 | |
| misc | FinalParameters | Parameter output should be final. | 796 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 800 | |
| misc | FinalParameters | Parameter input should be final. | 800 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 804 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 808 | |
| misc | FinalParameters | Parameter suspectedMbr should be final. | 808 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 811 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 815 | |
| misc | FinalParameters | Parameter newView should be final. | 815 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 818 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 818 | |
| design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 824 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 824 | |
| misc | FinalParameters | Parameter msg should be final. | 824 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 831 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 831 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 836 | |
| javadoc | JavadocMethod | Expected an @return tag. | 840 | |
| design | DesignForExtension | Method 'getGroupMembers' is not designed for extension - needs to be abstract, final or empty. | 840 | |
| misc | FinalParameters | Parameter groupName should be final. | 840 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupName'. | 840 | |
| design | DesignForExtension | Method 'hasChannel' is not designed for extension - needs to be abstract, final or empty. | 856 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 856 | |
| misc | FinalParameters | Parameter channelName should be final. | 856 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 858 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 96). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | StaticVariableName | Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter bc should be final. | 56 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 58 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 91 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 93 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter bc should be final. | 97 | |
| design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter props should be final. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'cipherTransformation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'keyFileName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'randomizationAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'secretKeyAlgorithm' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocMethod | Unused @param tag for 'String'. | 61 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| misc | FinalParameters | Parameter dir should be final. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'dir'. | 67 | |
| misc | FinalParameters | Parameter codec should be final. | 67 | |
| coding | HiddenField | 'codec' hides a field. | 67 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 89 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Unused @param tag for 'String'. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| misc | FinalParameters | Parameter cipher should be final. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'cipher'. | 103 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Unused @param tag for 'String'. | 111 | |
| javadoc | JavadocMethod | Unused @param tag for 'SecretKey'. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| misc | FinalParameters | Parameter cipher should be final. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'cipher'. | 118 | |
| misc | FinalParameters | Parameter skey should be final. | 118 | |
| coding | HiddenField | 'skey' hides a field. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'skey'. | 118 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| javadoc | JavadocMethod | Unused @param tag for 'String'. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| misc | FinalParameters | Parameter clear should be final. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'clear'. | 134 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| javadoc | JavadocMethod | Unused @param tag for 'String'. | 142 | |
| javadoc | JavadocMethod | Unused @param tag for 'SecretKey'. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| misc | FinalParameters | Parameter clear should be final. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'clear'. | 149 | |
| misc | FinalParameters | Parameter skey should be final. | 149 | |
| coding | HiddenField | 'skey' hides a field. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'skey'. | 149 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 150 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| javadoc | JavadocMethod | Unused @param tag for 'File'. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| misc | FinalParameters | Parameter keyFile should be final. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'keyFile'. | 164 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 164 | |
| coding | HiddenField | 'skey' hides a field. | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| design | DesignForExtension | Method 'generateKeyPair' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 184 | |
| coding | MagicNumber | '1024' is a magic number. | 188 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| javadoc | JavadocMethod | Unused @param tag for 'File'. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| misc | FinalParameters | Parameter keyFile should be final. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'keyFile'. | 210 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 210 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 98 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 103 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter context should be final. | 118 | |
| coding | HiddenField | 'context' hides a field. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 135 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 135 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| design | DesignForExtension | Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| misc | FinalParameters | Parameter configurations should be final. | 156 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 166 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 185 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 192 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 192 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 197 | |
| design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| misc | FinalParameters | Parameter service should be final. | 201 | |
| misc | FinalParameters | Parameter arg1 should be final. | 201 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 205 | |
| design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| misc | FinalParameters | Parameter service should be final. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| misc | FinalParameters | Parameter zip should be final. | 222 | |
| misc | FinalParameters | Parameter dir should be final. | 222 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 236 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 261 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 279 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 282 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 293 | |
| coding | MagicNumber | '1024' is a magic number. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| misc | FinalParameters | Parameter card should be final. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| misc | FinalParameters | Parameter card should be final. | 320 | |
| misc | FinalParameters | Parameter karFile should be final. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 341 | |
| design | DesignForExtension | Method 'installPart' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| misc | FinalParameters | Parameter zipfile should be final. | 347 | |
| misc | FinalParameters | Parameter card should be final. | 347 | |
| coding | HiddenField | 'name' hides a field. | 349 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 356 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 359 | |
| design | DesignForExtension | Method 'm_installPart' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 374 | |
| naming | MethodName | Name 'm_installPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 374 | |
| misc | FinalParameters | Parameter zipfile should be final. | 374 | |
| misc | FinalParameters | Parameter card should be final. | 374 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 375 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 389 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 389 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 394 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 401 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 407 | |
| misc | FinalParameters | Parameter parentPartDir should be final. | 407 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 408 | |
| misc | FinalParameters | Parameter pathname should be final. | 411 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 426 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 445 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 449 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| misc | FinalParameters | Parameter listFiles should be final. | 466 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 467 | |
| coding | HiddenField | 'name' hides a field. | 471 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 472 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 478 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 478 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 481 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 482 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 484 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 485 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 492 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 499 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 519 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 526 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 526 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 532 | |
| misc | FinalParameters | Parameter file should be final. | 532 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 533 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 543 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 545 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 553 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 556 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 558 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 567 | |
| misc | FinalParameters | Parameter fn should be final. | 567 | |
| misc | FinalParameters | Parameter ext should be final. | 567 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 568 | |
| design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 571 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 571 | |
| design | DesignForExtension | Method 'uninstallPart' is not designed for extension - needs to be abstract, final or empty. | 576 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 576 | |
| misc | FinalParameters | Parameter card should be final. | 576 | |
| coding | HiddenField | 'name' hides a field. | 577 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 588 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 604 | |
| naming | MethodName | Name 'm_uninstallPart' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 604 | |
| misc | FinalParameters | Parameter card should be final. | 604 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 611 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 616 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'startLevel' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'dependency' must be private and have accessor methods. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter value should be final. | 94 | |
| coding | HiddenField | 'value' hides a field. | 94 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| design | DesignForExtension | Method 'getStartLevel' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'setStartLevel' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter value should be final. | 122 | |
| coding | HiddenField | 'value' hides a field. | 122 | |
| design | DesignForExtension | Method 'isSetStartLevel' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 127 | |
| design | DesignForExtension | Method 'unsetStartLevel' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'isStart' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| design | DesignForExtension | Method 'setStart' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| misc | FinalParameters | Parameter value should be final. | 154 | |
| coding | HiddenField | 'value' hides a field. | 154 | |
| design | DesignForExtension | Method 'isSetStart' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 159 | |
| design | DesignForExtension | Method 'unsetStart' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| design | DesignForExtension | Method 'isDependency' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| design | DesignForExtension | Method 'setDependency' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| coding | HiddenField | 'value' hides a field. | 186 | |
| design | DesignForExtension | Method 'isSetDependency' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 191 | |
| design | DesignForExtension | Method 'unsetDependency' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| coding | HiddenField | 'value' hides a field. | 86 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| coding | HiddenField | 'value' hides a field. | 114 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'finalname' must be private and have accessor methods. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| coding | HiddenField | 'value' hides a field. | 86 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| design | DesignForExtension | Method 'getFinalname' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'setFinalname' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| coding | HiddenField | 'value' hides a field. | 114 | |
| design | DesignForExtension | Method 'isSetFinalname' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter value should be final. | 88 | |
| coding | HiddenField | 'value' hides a field. | 88 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| misc | FinalParameters | Parameter value should be final. | 120 | |
| coding | HiddenField | 'value' hides a field. | 120 | |
| design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'detailsOrConfigOrConfigfile' must be private and have accessor methods. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'resolver' must be private and have accessor methods. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 117 | |
| design | DesignForExtension | Method 'getDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| design | DesignForExtension | Method 'isSetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 125 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 125 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 125 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 125 | |
| design | DesignForExtension | Method 'unsetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| misc | FinalParameters | Parameter value should be final. | 152 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| misc | FinalParameters | Parameter value should be final. | 184 | |
| design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| misc | FinalParameters | Parameter value should be final. | 212 | |
| design | DesignForExtension | Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| design | DesignForExtension | Method 'getResolver' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| design | DesignForExtension | Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| misc | FinalParameters | Parameter value should be final. | 240 | |
| design | DesignForExtension | Method 'isSetResolver' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'repositoryOrFeature' must be private and have accessor methods. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocMethod | Expected an @return tag. | 101 | |
| design | DesignForExtension | Method 'getRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| design | DesignForExtension | Method 'isSetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 109 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 109 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 109 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 109 | |
| design | DesignForExtension | Method 'unsetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| misc | FinalParameters | Parameter value should be final. | 136 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 46 | |
| naming | ConstantName | Name '_Features_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| design | DesignForExtension | Method 'createFeaturesRoot' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| design | DesignForExtension | Method 'createDependency' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| design | DesignForExtension | Method 'createConfigFile' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| design | DesignForExtension | Method 'createConfig' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| javadoc | JavadocMethod | Expected an @return tag. | 91 | |
| design | DesignForExtension | Method 'createBundle' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Expected an @return tag. | 99 | |
| design | DesignForExtension | Method 'createFeature' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| javadoc | JavadocMethod | Expected an @return tag. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 107 | |
| design | DesignForExtension | Method 'createFeatures' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| misc | FinalParameters | Parameter value should be final. | 108 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 21 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'kDeployConnector' must be private and have accessor methods. | 39 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter context should be final. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 44 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 55 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter context should be final. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | StaticVariableName | Name 'MAX_RETRY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| coding | MagicNumber | '3' is a magic number. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter locator should be final. | 54 | |
| coding | HiddenField | 'locator' hides a field. | 54 | |
| misc | FinalParameters | Parameter aalSpaceServiceType should be final. | 54 | |
| coding | HiddenField | 'aalSpaceServiceType' hides a field. | 54 | |
| misc | FinalParameters | Parameter filter should be final. | 55 | |
| coding | HiddenField | 'filter' hides a field. | 55 | |
| misc | FinalParameters | Parameter context should be final. | 55 | |
| coding | HiddenField | 'context' hides a field. | 55 | |
| misc | FinalParameters | Parameter listeners should be final. | 56 | |
| coding | HiddenField | 'listeners' hides a field. | 56 | |
| design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter listener should be final. | 64 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 68 | |
| design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter listener should be final. | 71 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 74 | |
| design | DesignForExtension | Method 'setStop' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter stop should be final. | 77 | |
| coding | HiddenField | 'stop' hides a field. | 77 | |
| design | DesignForExtension | Method 'isStop' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 107 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 107 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 122 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 134 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 134 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 144 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| naming | MemberName | Name 'DISCOVERY_MUTEX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter context should be final. | 82 | |
| coding | HiddenField | 'context' hides a field. | 82 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 91 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 95 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 102 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 124 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 126 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 151 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 153 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 163 | |
| design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| design | DesignForExtension | Method 'announceAALSpace' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| misc | FinalParameters | Parameter card should be final. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'card'. | 193 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 194 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 197 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 213 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 226 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 226 | |
| design | DesignForExtension | Method 'deregisterAALSpace' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 231 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 237 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 253 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 265 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 271 | |
| design | DesignForExtension | Method 'findAALSpace' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 275 | |
| javadoc | JavadocMethod | Expected an @return tag. | 279 | |
| design | DesignForExtension | Method 'findAALSpace' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| misc | FinalParameters | Parameter filters should be final. | 279 | |
| javadoc | JavadocMethod | Expected @param tag for 'filters'. | 279 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 304 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 304 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 324 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 324 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 335 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 351 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 357 | |
| misc | FinalParameters | Parameter filters should be final. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 364 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 364 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 366 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 370 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| javadoc | JavadocMethod | Expected an @return tag. | 392 | |
| misc | FinalParameters | Parameter attributes should be final. | 393 | |
| javadoc | JavadocMethod | Expected @param tag for 'attributes'. | 393 | |
| javadoc | JavadocMethod | Expected @throws tag for 'DiscoveryConnectorException'. | 394 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 403 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 412 | |
| design | DesignForExtension | Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 420 | |
| misc | FinalParameters | Parameter properties should be final. | 420 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 423 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 427 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 451 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 455 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 459 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 459 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 463 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 470 | |
| design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 478 | |
| design | DesignForExtension | Method 'getSDPPRotocol' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| javadoc | JavadocMethod | Expected an @return tag. | 492 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 492 | |
| design | DesignForExtension | Method 'addAALSpaceListener' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| misc | FinalParameters | Parameter listener should be final. | 497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 500 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 505 | |
| design | DesignForExtension | Method 'removeAALSpaceListener' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| misc | FinalParameters | Parameter listener should be final. | 510 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 513 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 517 | |
| design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 521 | |
| misc | FinalParameters | Parameter sharedObj should be final. | 521 | |
| misc | FinalParameters | Parameter removeHook should be final. | 521 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 527 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 533 | |
| design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 540 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 540 | |
| misc | FinalParameters | Parameter removeHook should be final. | 540 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | StaticVariableName | Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'slpDiscoveryConnector' must be private and have accessor methods. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter context should be final. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 55 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 56 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 84 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 86 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter arg0 should be final. | 90 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 95 | |
| design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| misc | FinalParameters | Parameter properties should be final. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'properties'. | 98 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ConfigurationException'. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | StaticVariableName | Name 'AALSPaceServiceTypeName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| design | VisibilityModifier | Variable 'AALSPaceServiceTypeName' must be private and have accessor methods. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| naming | StaticVariableName | Name 'SDPProtocols' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| design | VisibilityModifier | Variable 'SDPProtocols' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | StaticVariableName | Name 'BROWSE_SLP_NETWORK' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| design | VisibilityModifier | Variable 'BROWSE_SLP_NETWORK' must be private and have accessor methods. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | StaticVariableName | Name 'SLP_INIT_DELAY_SCAN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| design | VisibilityModifier | Variable 'SLP_INIT_DELAY_SCAN' must be private and have accessor methods. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | StaticVariableName | Name 'SLP_PERIOD_SCAN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| design | VisibilityModifier | Variable 'SLP_PERIOD_SCAN' must be private and have accessor methods. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | StaticVariableName | Name 'SEARCH_ALL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| design | VisibilityModifier | Variable 'SEARCH_ALL' must be private and have accessor methods. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter i should be final. | 37 | |
| misc | FinalParameters | Parameter description should be final. | 37 | |
| coding | HiddenField | 'description' hides a field. | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter code should be final. | 44 | |
| misc | FinalParameters | Parameter description should be final. | 44 | |
| coding | HiddenField | 'description' hides a field. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter code should be final. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter code should be final. | 53 | |
| misc | FinalParameters | Parameter t should be final. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter code should be final. | 60 | |
| misc | FinalParameters | Parameter msg should be final. | 60 | |
| misc | FinalParameters | Parameter t should be final. | 60 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter errorCode should be final. | 41 | |
| coding | HiddenField | 'errorCode' hides a field. | 41 | |
| misc | FinalParameters | Parameter description should be final. | 41 | |
| coding | HiddenField | 'description' hides a field. | 41 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocStyle | Extra HTML tag found: </a> | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter sender should be final. | 53 | |
| coding | HiddenField | 'sender' hides a field. | 53 | |
| misc | FinalParameters | Parameter content should be final. | 53 | |
| coding | HiddenField | 'content' hides a field. | 53 | |
| misc | FinalParameters | Parameter channelNames should be final. | 53 | |
| coding | HiddenField | 'channelNames' hides a field. | 53 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'getSender' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'setSender' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter sender should be final. | 67 | |
| coding | HiddenField | 'sender' hides a field. | 67 | |
| design | DesignForExtension | Method 'getChannelNames' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'setChannelNames' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter channelNames should be final. | 75 | |
| coding | HiddenField | 'channelNames' hides a field. | 75 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter content should be final. | 83 | |
| coding | HiddenField | 'content' hides a field. | 83 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter message should be final. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| naming | StaticVariableName | Name 'CHANNEL_NAMES' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| design | VisibilityModifier | Variable 'CHANNEL_NAMES' must be private and have accessor methods. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| naming | StaticVariableName | Name 'CONTENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
| design | VisibilityModifier | Variable 'CONTENT' must be private and have accessor methods. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| naming | StaticVariableName | Name 'PEER_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| design | VisibilityModifier | Variable 'PEER_ID' must be private and have accessor methods. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| naming | StaticVariableName | Name 'PEER_ROLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| design | VisibilityModifier | Variable 'PEER_ROLE' must be private and have accessor methods. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | StaticVariableName | Name 'CONNECTOR_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| design | VisibilityModifier | Variable 'CONNECTOR_NAME' must be private and have accessor methods. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | StaticVariableName | Name 'CONNECTOR_VERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| design | VisibilityModifier | Variable 'CONNECTOR_VERSION' must be private and have accessor methods. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | StaticVariableName | Name 'CONNECTOR_PROVIDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| design | VisibilityModifier | Variable 'CONNECTOR_PROVIDER' must be private and have accessor methods. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | StaticVariableName | Name 'CONNECTOR_DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| design | VisibilityModifier | Variable 'CONNECTOR_DESCRIPTION' must be private and have accessor methods. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | StaticVariableName | Name 'AALSPaceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| design | VisibilityModifier | Variable 'AALSPaceName' must be private and have accessor methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | StaticVariableName | Name 'AALSPaceID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| design | VisibilityModifier | Variable 'AALSPaceID' must be private and have accessor methods. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| naming | StaticVariableName | Name 'AALSPaceType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| design | VisibilityModifier | Variable 'AALSPaceType' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | StaticVariableName | Name 'AALSPaceDescription' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| design | VisibilityModifier | Variable 'AALSPaceDescription' must be private and have accessor methods. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | StaticVariableName | Name 'AALSpaceCoordinator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| design | VisibilityModifier | Variable 'AALSpaceCoordinator' must be private and have accessor methods. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 46 | |
| naming | StaticVariableName | Name 'PLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| design | VisibilityModifier | Variable 'PLATFORM_UNIT' must be private and have accessor methods. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | StaticVariableName | Name 'TMP_FOLDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| design | VisibilityModifier | Variable 'TMP_FOLDER' must be private and have accessor methods. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter ex should be final. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter t should be final. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 76 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 85 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 85 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 94 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 103 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 112 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 121 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 130 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 138 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 138 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Expected an @return tag. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 83 | |
| javadoc | JavadocMethod | Expected an @return tag. | 90 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| javadoc | JavadocMethod | Unused @param tag for 'fetchParams'. | 125 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'objToRemove'. | 129 | |
| javadoc | JavadocMethod | Expected @param tag for 'shareParams'. | 130 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 60 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 60 | |
| javadoc | JavadocMethod | Expected an @return tag. | 68 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 68 | |
| javadoc | JavadocMethod | Expected an @return tag. | 76 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrName'. | 76 | |
| javadoc | JavadocMethod | Expected an @return tag. | 82 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Expected an @return tag. | 93 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 163 | |
| javadoc | JavadocMethod | Expected an @return tag. | 166 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 166 | |
| javadoc | JavadocMethod | Expected an @return tag. | 169 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 169 | |
| javadoc | JavadocMethod | Expected an @return tag. | 172 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 172 | |
| javadoc | JavadocMethod | Expected an @return tag. | 175 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 175 | |
| javadoc | JavadocMethod | Expected an @return tag. | 178 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'configFileParams'. | 188 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrName'. | 195 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrValue'. | 195 | |
| javadoc | JavadocMethod | Expected an @return tag. | 202 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 202 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 202 | |
| javadoc | JavadocMethod | Expected an @return tag. | 209 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 209 | |
| javadoc | JavadocMethod | Expected an @return tag. | 217 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 217 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 217 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 229 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 287 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - org.universAAL.middleware.container.ModuleContext. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter se should be final. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 60 | |
| misc | FinalParameters | Parameter arg0 should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 63 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 63 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 68 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 86 | |
| misc | FinalParameters | Parameter arg0 should be final. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 88 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 40 | |
| naming | TypeName | Name 'uAALBundleExtender' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter entryStr should be final. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 47 | |
| coding | MagicNumber | '6' is a magic number. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter bc should be final. | 62 | |
| coding | HiddenField | 'bc' hides a field. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter bundle should be final. | 66 | |
| misc | FinalParameters | Parameter className should be final. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter activators should be final. | 81 | |
| misc | FinalParameters | Parameter bundle should be final. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| misc | FinalParameters | Parameter bundle should be final. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 151 | |
| design | DesignForExtension | Method 'bundleChanged' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter event should be final. | 161 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 168 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 169 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 173 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 191 | |
| misc | FinalParameters | Parameter activator should be final. | 191 | |
| coding | HiddenField | 'activator' hides a field. | 191 | |
| misc | FinalParameters | Parameter b should be final. | 191 | |
| coding | HiddenField | 'b' hides a field. | 191 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 198 | |
| misc | FinalParameters | Parameter errorMsg should be final. | 198 | |
| coding | HiddenField | 'errorMsg' hides a field. | 198 | |
| misc | FinalParameters | Parameter b should be final. | 198 | |
| coding | HiddenField | 'b' hides a field. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| naming | TypeName | Name 'uAALBundleContainer' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| misc | FinalParameters | Parameter requester should be final. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 89 | |
| misc | FinalParameters | Parameter fetchParams should be final. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| misc | FinalParameters | Parameter requester should be final. | 109 | |
| misc | FinalParameters | Parameter fetchParams should be final. | 110 | |
| misc | FinalParameters | Parameter listener should be final. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| misc | FinalParameters | Parameter requester should be final. | 163 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 163 | |
| misc | FinalParameters | Parameter installParams should be final. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 170 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 170 | |
| javadoc | JavadocMethod | Expected an @return tag. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| misc | FinalParameters | Parameter regParams should be final. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 202 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 207 | |
| misc | FinalParameters | Parameter se should be final. | 209 | |
| javadoc | JavadocMethod | Expected @param tag for 'se'. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 221 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 254 | |
| misc | FinalParameters | Parameter requester should be final. | 259 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 259 | |
| misc | FinalParameters | Parameter objToShare should be final. | 259 | |
| javadoc | JavadocMethod | Expected @param tag for 'objToShare'. | 259 | |
| misc | FinalParameters | Parameter shareParams should be final. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 283 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 291 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 299 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 305 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 319 | |
| misc | FinalParameters | Parameter requester should be final. | 319 | |
| misc | FinalParameters | Parameter objToRemove should be final. | 319 | |
| misc | FinalParameters | Parameter shareParams should be final. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 333 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 345 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 358 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 361 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 362 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 368 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 378 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 383 | |
| misc | FinalParameters | Parameter listener should be final. | 383 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| naming | TypeName | Name 'uAALBundleContext' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter bc should be final. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 144 | |
| javadoc | JavadocMethod | Expected an @return tag. | 146 | |
| design | DesignForExtension | Method 'canBeStarted' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter requester should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 152 | |
| javadoc | JavadocMethod | Expected an @return tag. | 154 | |
| design | DesignForExtension | Method 'canBeStopped' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| misc | FinalParameters | Parameter requester should be final. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 160 | |
| javadoc | JavadocMethod | Expected an @return tag. | 162 | |
| design | DesignForExtension | Method 'canBeUninstalled' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| misc | FinalParameters | Parameter requester should be final. | 162 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 162 | |
| design | DesignForExtension | Method 'fetchObject' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter className should be final. | 168 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 170 | |
| design | DesignForExtension | Method 'fetchObject' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| misc | FinalParameters | Parameter className should be final. | 173 | |
| misc | FinalParameters | Parameter filter should be final. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 190 | |
| javadoc | JavadocMethod | Expected an @return tag. | 192 | |
| design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| misc | FinalParameters | Parameter attrName should be final. | 192 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrName'. | 192 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 193 | |
| javadoc | JavadocMethod | Expected an @return tag. | 199 | |
| design | DesignForExtension | Method 'getContainer' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| design | DesignForExtension | Method 'installBundle' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 207 | |
| misc | FinalParameters | Parameter location should be final. | 207 | |
| design | DesignForExtension | Method 'installBundle' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| misc | FinalParameters | Parameter location should be final. | 218 | |
| misc | FinalParameters | Parameter is should be final. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 230 | |
| javadoc | JavadocMethod | Expected an @return tag. | 232 | |
| design | DesignForExtension | Method 'listConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| misc | FinalParameters | Parameter requester should be final. | 232 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 232 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 242 | |
| design | DesignForExtension | Method 'logDebug' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| misc | FinalParameters | Parameter tag should be final. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 245 | |
| misc | FinalParameters | Parameter message should be final. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 245 | |
| misc | FinalParameters | Parameter t should be final. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 250 | |
| design | DesignForExtension | Method 'logError' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| misc | FinalParameters | Parameter tag should be final. | 253 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 253 | |
| misc | FinalParameters | Parameter message should be final. | 253 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 253 | |
| misc | FinalParameters | Parameter t should be final. | 253 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 258 | |
| design | DesignForExtension | Method 'logInfo' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| misc | FinalParameters | Parameter tag should be final. | 261 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 261 | |
| misc | FinalParameters | Parameter message should be final. | 261 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 261 | |
| misc | FinalParameters | Parameter t should be final. | 261 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 266 | |
| design | DesignForExtension | Method 'logWarn' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| misc | FinalParameters | Parameter tag should be final. | 269 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 269 | |
| misc | FinalParameters | Parameter message should be final. | 269 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 269 | |
| misc | FinalParameters | Parameter t should be final. | 269 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 274 | |
| design | DesignForExtension | Method 'logTrace' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| misc | FinalParameters | Parameter tag should be final. | 277 | |
| javadoc | JavadocMethod | Expected @param tag for 'tag'. | 277 | |
| misc | FinalParameters | Parameter message should be final. | 277 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 277 | |
| misc | FinalParameters | Parameter t should be final. | 277 | |
| javadoc | JavadocMethod | Expected @param tag for 't'. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 282 | |
| design | DesignForExtension | Method 'registerConfigFile' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| misc | FinalParameters | Parameter configFileParams should be final. | 284 | |
| javadoc | JavadocMethod | Expected @param tag for 'configFileParams'. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 301 | |
| design | DesignForExtension | Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| misc | FinalParameters | Parameter attrName should be final. | 304 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrName'. | 304 | |
| misc | FinalParameters | Parameter attrValue should be final. | 304 | |
| javadoc | JavadocMethod | Expected @param tag for 'attrValue'. | 304 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 | |
| design | DesignForExtension | Method 'shareObject' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| misc | FinalParameters | Parameter xface should be final. | 309 | |
| misc | FinalParameters | Parameter obj should be final. | 309 | |
| misc | FinalParameters | Parameter props should be final. | 309 | |
| design | DesignForExtension | Method 'shareObject' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| misc | FinalParameters | Parameter xface should be final. | 314 | |
| misc | FinalParameters | Parameter obj should be final. | 314 | |
| misc | FinalParameters | Parameter props should be final. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 321 | |
| design | DesignForExtension | Method 'removesharedObject' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| misc | FinalParameters | Parameter xface should be final. | 321 | |
| misc | FinalParameters | Parameter obj should be final. | 321 | |
| misc | FinalParameters | Parameter props should be final. | 321 | |
| design | DesignForExtension | Method 'removeSharedObject' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 328 | |
| misc | FinalParameters | Parameter xface should be final. | 328 | |
| misc | FinalParameters | Parameter obj should be final. | 328 | |
| misc | FinalParameters | Parameter props should be final. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 334 | |
| javadoc | JavadocMethod | Expected an @return tag. | 336 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| misc | FinalParameters | Parameter requester should be final. | 336 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 336 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 349 | |
| javadoc | JavadocMethod | Expected an @return tag. | 351 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| misc | FinalParameters | Parameter requester should be final. | 351 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 351 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 364 | |
| javadoc | JavadocMethod | Expected an @return tag. | 366 | |
| design | DesignForExtension | Method 'uninstall' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| misc | FinalParameters | Parameter requester should be final. | 366 | |
| javadoc | JavadocMethod | Expected @param tag for 'requester'. | 366 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 372 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 378 | |
| design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| misc | FinalParameters | Parameter name should be final. | 388 | |
| design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 392 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 392 | |
| misc | FinalParameters | Parameter name should be final. | 392 | |
| misc | FinalParameters | Parameter def should be final. | 392 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 404 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 408 | |
| design | DesignForExtension | Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| misc | FinalParameters | Parameter name should be final. | 414 | |
| design | DesignForExtension | Method 'getManifestEntry' is not designed for extension - needs to be abstract, final or empty. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| misc | FinalParameters | Parameter manifest should be final. | 418 | |
| misc | FinalParameters | Parameter name should be final. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 420 | |
| design | DesignForExtension | Method 'getConfigHome' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 433 | |
| design | DesignForExtension | Method 'getDataFolder' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 436 | |
| design | DesignForExtension | Method 'isLogErrorEnabled' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| design | DesignForExtension | Method 'isLogWarnEnabled' is not designed for extension - needs to be abstract, final or empty. | 448 | |
| design | DesignForExtension | Method 'isLogInfoEnabled' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| design | DesignForExtension | Method 'isLogDebugEnabled' is not designed for extension - needs to be abstract, final or empty. | 458 | |
| design | DesignForExtension | Method 'isLogTraceEnabled' is not designed for extension - needs to be abstract, final or empty. | 463 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter cls should be final. | 51 | |
| misc | FinalParameters | Parameter method should be final. | 51 | |
| coding | MagicNumber | '256' is a magic number. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| misc | FinalParameters | Parameter msgPart should be final. | 65 | |
| coding | MagicNumber | '256' is a magic number. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter level should be final. | 73 | |
| misc | FinalParameters | Parameter mc should be final. | 73 | |
| misc | FinalParameters | Parameter claz should be final. | 73 | |
| misc | FinalParameters | Parameter method should be final. | 74 | |
| misc | FinalParameters | Parameter msgPart should be final. | 74 | |
| misc | FinalParameters | Parameter t should be final. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 88 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 107 | |
| javadoc | JavadocStyle | Unclosed HTML tag found: <ol> | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| misc | FinalParameters | Parameter mc should be final. | 150 | |
| misc | FinalParameters | Parameter claz should be final. | 150 | |
| misc | FinalParameters | Parameter method should be final. | 150 | |
| misc | FinalParameters | Parameter msgPart should be final. | 151 | |
| misc | FinalParameters | Parameter t should be final. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| misc | FinalParameters | Parameter mc should be final. | 171 | |
| misc | FinalParameters | Parameter claz should be final. | 171 | |
| misc | FinalParameters | Parameter method should be final. | 171 | |
| misc | FinalParameters | Parameter msg should be final. | 172 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 173 | |
| javadoc | JavadocStyle | Unclosed HTML tag found: <ol> | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| misc | FinalParameters | Parameter mc should be final. | 207 | |
| misc | FinalParameters | Parameter claz should be final. | 207 | |
| misc | FinalParameters | Parameter method should be final. | 207 | |
| misc | FinalParameters | Parameter msgPart should be final. | 208 | |
| misc | FinalParameters | Parameter t should be final. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| misc | FinalParameters | Parameter mc should be final. | 228 | |
| misc | FinalParameters | Parameter claz should be final. | 228 | |
| misc | FinalParameters | Parameter method should be final. | 228 | |
| misc | FinalParameters | Parameter msg should be final. | 229 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 230 | |
| javadoc | JavadocStyle | Unclosed HTML tag found: <ol> | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| misc | FinalParameters | Parameter mc should be final. | 264 | |
| misc | FinalParameters | Parameter claz should be final. | 264 | |
| misc | FinalParameters | Parameter method should be final. | 264 | |
| misc | FinalParameters | Parameter msgPart should be final. | 265 | |
| misc | FinalParameters | Parameter t should be final. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| misc | FinalParameters | Parameter mc should be final. | 285 | |
| misc | FinalParameters | Parameter claz should be final. | 285 | |
| misc | FinalParameters | Parameter method should be final. | 285 | |
| misc | FinalParameters | Parameter msg should be final. | 286 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 287 | |
| javadoc | JavadocStyle | Unclosed HTML tag found: <ol> | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| misc | FinalParameters | Parameter mc should be final. | 321 | |
| misc | FinalParameters | Parameter claz should be final. | 321 | |
| misc | FinalParameters | Parameter method should be final. | 321 | |
| misc | FinalParameters | Parameter msgPart should be final. | 322 | |
| misc | FinalParameters | Parameter t should be final. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| misc | FinalParameters | Parameter mc should be final. | 342 | |
| misc | FinalParameters | Parameter claz should be final. | 342 | |
| misc | FinalParameters | Parameter method should be final. | 342 | |
| misc | FinalParameters | Parameter msg should be final. | 343 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 344 | |
| javadoc | JavadocStyle | Unclosed HTML tag found: <ol> | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| misc | FinalParameters | Parameter mc should be final. | 378 | |
| misc | FinalParameters | Parameter claz should be final. | 378 | |
| misc | FinalParameters | Parameter method should be final. | 378 | |
| misc | FinalParameters | Parameter msgPart should be final. | 379 | |
| misc | FinalParameters | Parameter t should be final. | 379 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| misc | FinalParameters | Parameter mc should be final. | 399 | |
| misc | FinalParameters | Parameter claz should be final. | 399 | |
| misc | FinalParameters | Parameter method should be final. | 399 | |
| misc | FinalParameters | Parameter msg should be final. | 400 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 401 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| misc | FinalParameters | Parameter propertiesFile should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| misc | FinalParameters | Parameter propertiesFile should be final. | 96 | |
| misc | FinalParameters | Parameter initialLocale should be final. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| misc | FinalParameters | Parameter propertiesURL should be final. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| misc | FinalParameters | Parameter propertiesURL should be final. | 132 | |
| misc | FinalParameters | Parameter initialLocale should be final. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| design | DesignForExtension | Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| misc | FinalParameters | Parameter loc should be final. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'loc'. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| design | DesignForExtension | Method 'getCurrentLocale' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| misc | FinalParameters | Parameter loc should be final. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'loc'. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| design | DesignForExtension | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| misc | FinalParameters | Parameter key should be final. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| misc | FinalParameters | Parameter propertiesURL should be final. | 218 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 32 | |
| naming | ConstantName | Name 'UUID_prefix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| coding | MagicNumber | '0xFF' is a magic number. | 54 | |
| coding | MagicNumber | '16' is a magic number. | 55 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 55 | |
| javadoc | JavadocMethod | Expected an @return tag. | 66 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| misc | FinalParameters | Parameter pp1 should be final. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'pp1'. | 74 | |
| misc | FinalParameters | Parameter pp2 should be final. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'pp2'. | 74 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| javadoc | JavadocMethod | Expected an @return tag. | 95 | |
| misc | FinalParameters | Parameter arg should be final. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg'. | 95 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| coding | MagicNumber | '10' is a magic number. | 107 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| javadoc | JavadocMethod | Expected an @return tag. | 144 | |
| misc | FinalParameters | Parameter c should be final. | 144 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 144 | |
| javadoc | JavadocMethod | Expected an @return tag. | 149 | |
| misc | FinalParameters | Parameter c should be final. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 149 | |
| javadoc | JavadocMethod | Expected an @return tag. | 154 | |
| misc | FinalParameters | Parameter c should be final. | 154 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 154 | |
| javadoc | JavadocMethod | Expected an @return tag. | 159 | |
| misc | FinalParameters | Parameter arg should be final. | 159 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg'. | 159 | |
| javadoc | JavadocMethod | Expected an @return tag. | 164 | |
| misc | FinalParameters | Parameter arg should be final. | 164 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg'. | 164 | |
| javadoc | JavadocMethod | Expected an @return tag. | 178 | |
| misc | FinalParameters | Parameter uri should be final. | 178 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| javadoc | JavadocMethod | Expected an @return tag. | 197 | |
| misc | FinalParameters | Parameter arg should be final. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg'. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| misc | NewlineAtEndOfFile | File does not end with a newline. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'publisherID'. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'memberID'. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'oldRegistrParams'. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 83 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter mc should be final. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | ConstantName | Name 'uAAL_CONTEXT_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| misc | FinalParameters | Parameter subjectURI should be final. | 159 | |
| misc | FinalParameters | Parameter subjectTypeURI should be final. | 160 | |
| misc | FinalParameters | Parameter predicate should be final. | 160 | |
| misc | FinalParameters | Parameter object should be final. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| misc | FinalParameters | Parameter uri should be final. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| misc | FinalParameters | Parameter subject should be final. | 200 | |
| misc | FinalParameters | Parameter predicate should be final. | 200 | |
| coding | MagicNumber | '8' is a magic number. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| misc | FinalParameters | Parameter subject should be final. | 229 | |
| misc | FinalParameters | Parameter predicate should be final. | 229 | |
| misc | FinalParameters | Parameter object should be final. | 229 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 229 | |
| coding | MagicNumber | '8' is a magic number. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'getConfidence' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| design | DesignForExtension | Method 'getExpirationTime' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| misc | FinalParameters | Parameter propURI should be final. | 269 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 271 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| design | DesignForExtension | Method 'getRDFObject' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| design | DesignForExtension | Method 'getRDFPredicate' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 291 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| design | DesignForExtension | Method 'getRDFSubject' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| design | DesignForExtension | Method 'getSubjectTypeURI' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 321 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| design | DesignForExtension | Method 'getSubjectURI' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 331 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| design | DesignForExtension | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| javadoc | JavadocMethod | Expected an @return tag. | 360 | |
| design | DesignForExtension | Method 'setConfidence' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| misc | FinalParameters | Parameter confidence should be final. | 360 | |
| coding | MagicNumber | '100' is a magic number. | 362 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| javadoc | JavadocMethod | Expected an @return tag. | 377 | |
| design | DesignForExtension | Method 'setExpirationTime' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| misc | FinalParameters | Parameter expirationTime should be final. | 377 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 386 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| javadoc | JavadocMethod | Expected an @return tag. | 391 | |
| design | DesignForExtension | Method 'setRDFObject' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| misc | FinalParameters | Parameter o should be final. | 391 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 391 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| javadoc | JavadocMethod | Expected an @return tag. | 405 | |
| design | DesignForExtension | Method 'setRDFPredicate' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| misc | FinalParameters | Parameter propURI should be final. | 405 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 414 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| javadoc | JavadocMethod | Expected an @return tag. | 419 | |
| design | DesignForExtension | Method 'setProvider' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| misc | FinalParameters | Parameter src should be final. | 419 | |
| javadoc | JavadocMethod | Expected @param tag for 'src'. | 419 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| javadoc | JavadocMethod | Expected an @return tag. | 432 | |
| design | DesignForExtension | Method 'setRDFSubject' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| misc | FinalParameters | Parameter subj should be final. | 432 | |
| javadoc | JavadocMethod | Expected @param tag for 'subj'. | 432 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 442 | |
| javadoc | JavadocMethod | Expected an @return tag. | 446 | |
| design | DesignForExtension | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 446 | |
| misc | FinalParameters | Parameter timestamp should be final. | 446 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 457 | |
| javadoc | JavadocMethod | Expected an @return tag. | 460 | |
| design | DesignForExtension | Method 'setInvolvedUser' is not designed for extension - needs to be abstract, final or empty. | 460 | |
| misc | FinalParameters | Parameter user should be final. | 460 | |
| javadoc | JavadocMethod | Expected @param tag for 'user'. | 460 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 470 | |
| design | DesignForExtension | Method 'getInvolvedUser' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| misc | FinalParameters | Parameter propURI should be final. | 477 | |
| misc | FinalParameters | Parameter value should be final. | 477 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 478 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 489 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 492 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 495 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 500 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 503 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 505 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 516 | |
| javadoc | JavadocMethod | Expected an @return tag. | 519 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 519 | |
| misc | FinalParameters | Parameter subset should be final. | 519 | |
| javadoc | JavadocMethod | Expected @param tag for 'subset'. | 519 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'getSubjectTypes' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'getSubjects' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 83 | |
| coding | MagicNumber | '5' is a magic number. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Expected an @return tag. | 101 | |
| design | DesignForExtension | Method 'addRestriction' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| misc | FinalParameters | Parameter r should be final. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 125 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 125 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 125 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 146 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 146 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 150 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 151 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 161 | |
| design | DesignForExtension | Method 'getIndices' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 184 | |
| javadoc | JavadocMethod | Expected an @return tag. | 186 | |
| design | DesignForExtension | Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| misc | FinalParameters | Parameter propURI should be final. | 186 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 186 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| misc | FinalParameters | Parameter prop should be final. | 195 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| misc | FinalParameters | Parameter propURI should be final. | 199 | |
| misc | FinalParameters | Parameter property should be final. | 199 | |
| javadoc | JavadocMethod | Expected an @return tag. | 230 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| misc | FinalParameters | Parameter subset should be final. | 230 | |
| javadoc | JavadocMethod | Expected @param tag for 'subset'. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 233 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| misc | FinalParameters | Parameter ce should be final. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| javadoc | JavadocMethod | Unused @param tag for 'pattern'. | 252 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| misc | FinalParameters | Parameter subset should be final. | 256 | |
| javadoc | JavadocMethod | Expected @param tag for 'subset'. | 256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| misc | FinalParameters | Parameter context should be final. | 59 | |
| misc | FinalParameters | Parameter providerInfo should be final. | 60 | |
| coding | HiddenField | 'providerInfo' hides a field. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter b should be final. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| misc | FinalParameters | Parameter e should be final. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| design | DesignForExtension | Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| misc | FinalParameters | Parameter connectingModule should be final. | 64 | |
| misc | FinalParameters | Parameter initialSubscriptions should be final. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 82 | |
| misc | FinalParameters | Parameter newSubscriptions should be final. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| misc | FinalParameters | Parameter oldSubscriptions should be final. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'oldSubscriptions'. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter b should be final. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| javadoc | JavadocMethod | Expected an @return tag. | 116 | |
| design | DesignForExtension | Method 'getAllProvisions' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter m should be final. | 131 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 151 | |
| design | DesignForExtension | Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| misc | FinalParameters | Parameter context should be final. | 42 | |
| misc | FinalParameters | Parameter providerInfo should be final. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'containerKey' must be private and have accessor methods. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter containerKey should be final. | 36 | |
| coding | HiddenField | 'containerKey' hides a field. | 36 | |
| design | DesignForExtension | Method 'getContainerKey' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'addContextEventPatterns' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter contextEventPatterns should be final. | 37 | |
| coding | HiddenField | 'contextEventPatterns' hides a field. | 37 | |
| design | DesignForExtension | Method 'getContextEventPatterns' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | DesignForExtension | Method 'setMessageID' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter messageID should be final. | 41 | |
| coding | HiddenField | 'messageID' hides a field. | 41 | |
| design | DesignForExtension | Method 'getMessageID' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'getNumOfCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'setNumOfCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter numOfCalledPeers should be final. | 53 | |
| coding | HiddenField | 'numOfCalledPeers' hides a field. | 53 | |
| design | DesignForExtension | Method 'gotResponsesFromAllPeers' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'reduceNumOfCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'resetCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| design | DesignForExtension | Method 'addProvisions' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter contextEventPatterns should be final. | 71 | |
| design | DesignForExtension | Method 'getProvisions' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter containerKey should be final. | 40 | |
| design | DesignForExtension | Method 'addFilterer' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter contextFilterer should be final. | 44 | |
| design | DesignForExtension | Method 'getFilterers' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'removeFilterers' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter subscriber should be final. | 52 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'addCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter messageID should be final. | 37 | |
| misc | FinalParameters | Parameter calledPeers should be final. | 37 | |
| design | DesignForExtension | Method 'getCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter messageID should be final. | 41 | |
| design | DesignForExtension | Method 'removeCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter messageID should be final. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'getFiltererContainer' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter key should be final. | 40 | |
| design | DesignForExtension | Method 'getAllFiltererContainers' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'addProvision' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter contextPublisher should be final. | 39 | |
| design | DesignForExtension | Method 'exist' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter contextPublisher should be final. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'createProvisionsData' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'createNumCalledPeersData' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| design | DesignForExtension | Method 'createCalledPeers' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'createAllPropsOfDomain' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'createAllPropsOfSubject' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'createAllSubjectsWithProp' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'createSpecificDomainAndProp' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'createSpecificSubjectAndProp' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'createNonIndexedProps' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| design | DesignForExtension | Method 'createFiltererContainer' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter containerKey should be final. | 82 | |
| design | DesignForExtension | Method 'createAllProvisions' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter classURI should be final. | 35 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 35 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 36 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | FinalClass | Class ContextBusImpl should be declared as final. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter content should be final. | 59 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter c should be final. | 82 | |
| misc | FinalParameters | Parameter mc should be final. | 82 | |
| misc | FinalParameters | Parameter contextBusShareParams should be final. | 83 | |
| misc | FinalParameters | Parameter contextBusFetchParams should be final. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter mc should be final. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter commModule should be final. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter memberID should be final. | 112 | |
| misc | FinalParameters | Parameter registrParams should be final. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| misc | FinalParameters | Parameter publisherID should be final. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| misc | FinalParameters | Parameter memberID should be final. | 138 | |
| misc | FinalParameters | Parameter oldRegistrParams should be final. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| misc | FinalParameters | Parameter publisherID should be final. | 153 | |
| misc | FinalParameters | Parameter msg should be final. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter publisherID should be final. | 161 | |
| misc | FinalParameters | Parameter publisher should be final. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| misc | FinalParameters | Parameter subscriberID should be final. | 166 | |
| misc | FinalParameters | Parameter subscriber should be final. | 166 | |
| misc | FinalParameters | Parameter memberID should be final. | 172 | |
| misc | FinalParameters | Parameter m should be final. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| misc | FinalParameters | Parameter message should be final. | 179 | |
| misc | FinalParameters | Parameter e should be final. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | ConstantName | Name 'PROP_uAAL_CONTEXT_PEER_PROVISIONS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| naming | ConstantName | Name 'TYPE_uAAL_CONTEXT_BUS_PROVISIONS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 's' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'f' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter cm should be final. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 84 | |
| design | DesignForExtension | Method 'createContextStrategyDataFactory' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'addRegParams' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| misc | FinalParameters | Parameter publisher should be final. | 111 | |
| misc | FinalParameters | Parameter providedEvents should be final. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'addRegParams' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| misc | FinalParameters | Parameter subscriber should be final. | 131 | |
| misc | FinalParameters | Parameter initialSubscriptions should be final. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| design | DesignForExtension | Method 'getAllProvisions' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter cs should be final. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 165 | |
| coding | MagicNumber | '5000' is a magic number. | 182 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| misc | FinalParameters | Parameter superClasses should be final. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| misc | FinalParameters | Parameter f should be final. | 230 | |
| design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 281 | |
| misc | FinalParameters | Parameter message should be final. | 281 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 281 | |
| misc | FinalParameters | Parameter senderID should be final. | 281 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 281 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 288 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 299 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 303 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 308 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| misc | FinalParameters | Parameter message should be final. | 313 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 325 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| misc | FinalParameters | Parameter message should be final. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 359 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 367 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 376 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 376 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 381 | |
| misc | FinalParameters | Parameter resource should be final. | 381 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 385 | |
| misc | FinalParameters | Parameter message should be final. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 391 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 391 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 396 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 402 | |
| misc | FinalParameters | Parameter message should be final. | 402 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 405 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| misc | FinalParameters | Parameter event should be final. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 448 | |
| misc | FinalParameters | Parameter propsData should be final. | 448 | |
| misc | FinalParameters | Parameter filter should be final. | 448 | |
| misc | FinalParameters | Parameter event should be final. | 449 | |
| misc | FinalParameters | Parameter allSubscribers should be final. | 449 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| misc | FinalParameters | Parameter notIndexedPropsFilterers should be final. | 459 | |
| misc | FinalParameters | Parameter event should be final. | 459 | |
| misc | FinalParameters | Parameter subscribers should be final. | 460 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| design | DesignForExtension | Method 'removeMatchingRegParams' is not designed for extension - needs to be abstract, final or empty. | 479 | |
| misc | FinalParameters | Parameter subscriber should be final. | 479 | |
| misc | FinalParameters | Parameter initialSubscriptions should be final. | 480 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 481 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 486 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| misc | FinalParameters | Parameter publisher should be final. | 497 | |
| misc | FinalParameters | Parameter oldParams should be final. | 498 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 499 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 502 | |
| misc | FinalParameters | Parameter publisher should be final. | 502 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 503 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 506 | |
| misc | FinalParameters | Parameter subscriber should be final. | 506 | |
| misc | FinalParameters | Parameter propsData should be final. | 506 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 514 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| design | DesignForExtension | Method 'removeRegParams' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| misc | FinalParameters | Parameter subscriber should be final. | 521 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 522 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 43 | |
| misc | FinalParameters | Parameter context should be final. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 45 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 54 | |
| misc | FinalParameters | Parameter context should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 56 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 71 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter uri should be final. | 70 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 78 | |
| misc | FinalParameters | Parameter numProps should be final. | 78 | |
| javadoc | JavadocMethod | Expected an @return tag. | 85 | |
| design | DesignForExtension | Method 'getContextSources' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Expected an @return tag. | 98 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| misc | FinalParameters | Parameter propURI should be final. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| javadoc | JavadocMethod | Expected an @return tag. | 108 | |
| design | DesignForExtension | Method 'getProvidedEvents' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 110 | |
| design | DesignForExtension | Method 'getProviderType' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Expected an @return tag. | 121 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| javadoc | JavadocMethod | Expected an @return tag. | 144 | |
| design | DesignForExtension | Method 'setContextSources' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| misc | FinalParameters | Parameter sources should be final. | 144 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 148 | |
| javadoc | JavadocMethod | Expected an @return tag. | 160 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| misc | FinalParameters | Parameter propURI should be final. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 160 | |
| misc | FinalParameters | Parameter value should be final. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| javadoc | JavadocMethod | Expected an @return tag. | 208 | |
| design | DesignForExtension | Method 'setProvidedEvents' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| misc | FinalParameters | Parameter myEvents should be final. | 208 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| javadoc | JavadocMethod | Expected an @return tag. | 227 | |
| design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| misc | FinalParameters | Parameter type should be final. | 227 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | FinalClass | Class ContextProviderType should be declared as final. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 71 | |
| naming | ConstantName | Name 'controller' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 | |
| naming | ConstantName | Name 'gauge' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 | |
| naming | ConstantName | Name 'reasoner' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter order should be final. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter name should be final. | 99 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter order should be final. | 113 | |
| coding | HiddenField | 'order' hides a field. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| javadoc | JavadocMethod | Expected an @return tag. | 127 | |
| misc | FinalParameters | Parameter propURI should be final. | 127 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| javadoc | JavadocMethod | Expected an @return tag. | 136 | |
| javadoc | JavadocMethod | Expected an @return tag. | 143 | |
| javadoc | JavadocMethod | Expected an @return tag. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| javadoc | JavadocMethod | Expected an @return tag. | 160 | |
| misc | FinalParameters | Parameter propURI should be final. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 160 | |
| misc | FinalParameters | Parameter o should be final. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 160 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 34 | |
| javadoc | JavadocMethod | Expected an @return tag. | 37 | |
| misc | FinalParameters | Parameter classURI should be final. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 37 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceURI'. | 37 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'factoryIndex'. | 38 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| naming | ConstantName | Name 'middlewareProps' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| naming | ConstantName | Name 'helpOnMiddlewareProps' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'moduleContext' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | ConstantName | Name 'factory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | ConstantName | Name 'dataRepOntology' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter key should be final. | 69 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter key should be final. | 74 | |
| misc | FinalParameters | Parameter value should be final. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 225). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| misc | FinalParameters | Parameter newPropValues should be final. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 49 | |
| misc | FinalParameters | Parameter context should be final. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 52 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 52 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 74 | |
| misc | FinalParameters | Parameter context should be final. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 76 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 76 | |
| misc | FinalParameters | Parameter properties should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'properties'. | 84 | |
| javadoc | JavadocMethod | Expected @throws tag for 'ConfigurationException'. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 161 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| design | VisibilityModifier | Variable 'app' must be private and have accessor methods. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| design | VisibilityModifier | Variable 'applicationCapabilities' must be private and have accessor methods. | 191 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 192 | |
| design | VisibilityModifier | Variable 'applicationRequirements' must be private and have accessor methods. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| design | VisibilityModifier | Variable 'applicationManagement' must be private and have accessor methods. | 193 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 194 | |
| design | VisibilityModifier | Variable 'applicationPart' must be private and have accessor methods. | 195 | |
| design | DesignForExtension | Method 'getApp' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| design | DesignForExtension | Method 'setApp' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| misc | FinalParameters | Parameter value should be final. | 217 | |
| design | DesignForExtension | Method 'isSetApp' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 221 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 222 | |
| design | DesignForExtension | Method 'getApplicationCapabilities' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 245 | |
| design | DesignForExtension | Method 'setApplicationCapabilities' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| misc | FinalParameters | Parameter value should be final. | 245 | |
| design | DesignForExtension | Method 'isSetApplicationCapabilities' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 250 | |
| design | DesignForExtension | Method 'getApplicationRequirements' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 273 | |
| design | DesignForExtension | Method 'setApplicationRequirements' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| misc | FinalParameters | Parameter value should be final. | 273 | |
| design | DesignForExtension | Method 'isSetApplicationRequirements' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 278 | |
| design | DesignForExtension | Method 'getApplicationManagement' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| design | DesignForExtension | Method 'setApplicationManagement' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| misc | FinalParameters | Parameter value should be final. | 301 | |
| design | DesignForExtension | Method 'isSetApplicationManagement' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 306 | |
| design | DesignForExtension | Method 'getApplicationPart' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| design | DesignForExtension | Method 'setApplicationPart' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| misc | FinalParameters | Parameter value should be final. | 329 | |
| design | DesignForExtension | Method 'isSetApplicationPart' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 333 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 393 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 428 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 430 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 430 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 431 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 432 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 433 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 434 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 435 | |
| design | VisibilityModifier | Variable 'appId' must be private and have accessor methods. | 436 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 437 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 438 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 439 | |
| design | VisibilityModifier | Variable 'multipart' must be private and have accessor methods. | 439 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 440 | |
| design | VisibilityModifier | Variable 'tags' must be private and have accessor methods. | 441 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 442 | |
| design | VisibilityModifier | Variable 'applicationProvider' must be private and have accessor methods. | 443 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 444 | |
| design | VisibilityModifier | Variable 'licenses' must be private and have accessor methods. | 444 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 445 | |
| design | VisibilityModifier | Variable 'applicationProfile' must be private and have accessor methods. | 446 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 447 | |
| design | VisibilityModifier | Variable 'applicationOntology' must be private and have accessor methods. | 447 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 448 | |
| design | VisibilityModifier | Variable 'menuEntry' must be private and have accessor methods. | 448 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 458 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| misc | FinalParameters | Parameter value should be final. | 470 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 474 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 475 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 486 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 498 | |
| misc | FinalParameters | Parameter value should be final. | 498 | |
| design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 502 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 503 | |
| design | DesignForExtension | Method 'getAppId' is not designed for extension - needs to be abstract, final or empty. | 514 | |
| design | DesignForExtension | Method 'setAppId' is not designed for extension - needs to be abstract, final or empty. | 526 | |
| misc | FinalParameters | Parameter value should be final. | 526 | |
| design | DesignForExtension | Method 'isSetAppId' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 530 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 531 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 554 | |
| misc | FinalParameters | Parameter value should be final. | 554 | |
| design | DesignForExtension | Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. | 558 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 558 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 559 | |
| javadoc | JavadocMethod | Expected an @return tag. | 566 | |
| design | DesignForExtension | Method 'isMultipart' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| design | DesignForExtension | Method 'setMultipart' is not designed for extension - needs to be abstract, final or empty. | 574 | |
| misc | FinalParameters | Parameter value should be final. | 574 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 574 | |
| design | DesignForExtension | Method 'isSetMultipart' is not designed for extension - needs to be abstract, final or empty. | 578 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 578 | |
| design | DesignForExtension | Method 'getTags' is not designed for extension - needs to be abstract, final or empty. | 590 | |
| design | DesignForExtension | Method 'setTags' is not designed for extension - needs to be abstract, final or empty. | 602 | |
| misc | FinalParameters | Parameter value should be final. | 602 | |
| design | DesignForExtension | Method 'isSetTags' is not designed for extension - needs to be abstract, final or empty. | 606 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 606 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 607 | |
| design | DesignForExtension | Method 'getApplicationProvider' is not designed for extension - needs to be abstract, final or empty. | 618 | |
| design | DesignForExtension | Method 'setApplicationProvider' is not designed for extension - needs to be abstract, final or empty. | 630 | |
| misc | FinalParameters | Parameter value should be final. | 630 | |
| design | DesignForExtension | Method 'isSetApplicationProvider' is not designed for extension - needs to be abstract, final or empty. | 634 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 634 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 645 | |
| javadoc | JavadocMethod | Expected an @return tag. | 660 | |
| design | DesignForExtension | Method 'getLicenses' is not designed for extension - needs to be abstract, final or empty. | 660 | |
| design | DesignForExtension | Method 'isSetLicenses' is not designed for extension - needs to be abstract, final or empty. | 667 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 667 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 668 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 668 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 668 | |
| design | DesignForExtension | Method 'unsetLicenses' is not designed for extension - needs to be abstract, final or empty. | 671 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 671 | |
| design | DesignForExtension | Method 'getApplicationProfile' is not designed for extension - needs to be abstract, final or empty. | 683 | |
| design | DesignForExtension | Method 'setApplicationProfile' is not designed for extension - needs to be abstract, final or empty. | 695 | |
| misc | FinalParameters | Parameter value should be final. | 695 | |
| design | DesignForExtension | Method 'isSetApplicationProfile' is not designed for extension - needs to be abstract, final or empty. | 699 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 699 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 700 | |
| design | DesignForExtension | Method 'getApplicationOntology' is not designed for extension - needs to be abstract, final or empty. | 711 | |
| design | DesignForExtension | Method 'setApplicationOntology' is not designed for extension - needs to be abstract, final or empty. | 723 | |
| misc | FinalParameters | Parameter value should be final. | 723 | |
| design | DesignForExtension | Method 'isSetApplicationOntology' is not designed for extension - needs to be abstract, final or empty. | 727 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 727 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 728 | |
| design | DesignForExtension | Method 'getMenuEntry' is not designed for extension - needs to be abstract, final or empty. | 739 | |
| design | DesignForExtension | Method 'setMenuEntry' is not designed for extension - needs to be abstract, final or empty. | 751 | |
| misc | FinalParameters | Parameter value should be final. | 751 | |
| design | DesignForExtension | Method 'isSetMenuEntry' is not designed for extension - needs to be abstract, final or empty. | 755 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 755 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 756 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 763 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 770 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 774 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 776 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 777 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 798 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 800 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 800 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 801 | |
| design | VisibilityModifier | Variable 'license' must be private and have accessor methods. | 801 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 802 | |
| design | VisibilityModifier | Variable 'sla' must be private and have accessor methods. | 802 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 811 | |
| javadoc | JavadocMethod | Expected an @return tag. | 826 | |
| design | DesignForExtension | Method 'getLicense' is not designed for extension - needs to be abstract, final or empty. | 826 | |
| design | DesignForExtension | Method 'isSetLicense' is not designed for extension - needs to be abstract, final or empty. | 833 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 833 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 834 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 834 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 834 | |
| design | DesignForExtension | Method 'unsetLicense' is not designed for extension - needs to be abstract, final or empty. | 837 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 837 | |
| design | DesignForExtension | Method 'getSla' is not designed for extension - needs to be abstract, final or empty. | 849 | |
| design | DesignForExtension | Method 'setSla' is not designed for extension - needs to be abstract, final or empty. | 861 | |
| misc | FinalParameters | Parameter value should be final. | 861 | |
| design | DesignForExtension | Method 'isSetSla' is not designed for extension - needs to be abstract, final or empty. | 865 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 865 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 866 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 873 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 878 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 880 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 881 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 897 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 899 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 899 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 900 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 901 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 902 | |
| design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 904 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 914 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 926 | |
| misc | FinalParameters | Parameter value should be final. | 926 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 930 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 930 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 931 | |
| design | DesignForExtension | Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 942 | |
| design | DesignForExtension | Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 954 | |
| misc | FinalParameters | Parameter value should be final. | 954 | |
| design | DesignForExtension | Method 'isSetLink' is not designed for extension - needs to be abstract, final or empty. | 958 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 958 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 959 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 970 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 977 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 978 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 982 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 984 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 985 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1007 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1009 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1009 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1010 | |
| design | VisibilityModifier | Variable 'menuName' must be private and have accessor methods. | 1011 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1012 | |
| design | VisibilityModifier | Variable 'serviceUri' must be private and have accessor methods. | 1014 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1015 | |
| design | VisibilityModifier | Variable 'icon' must be private and have accessor methods. | 1015 | |
| design | DesignForExtension | Method 'getMenuName' is not designed for extension - needs to be abstract, final or empty. | 1025 | |
| design | DesignForExtension | Method 'setMenuName' is not designed for extension - needs to be abstract, final or empty. | 1037 | |
| misc | FinalParameters | Parameter value should be final. | 1037 | |
| design | DesignForExtension | Method 'isSetMenuName' is not designed for extension - needs to be abstract, final or empty. | 1041 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1041 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1042 | |
| design | DesignForExtension | Method 'getServiceUri' is not designed for extension - needs to be abstract, final or empty. | 1053 | |
| design | DesignForExtension | Method 'setServiceUri' is not designed for extension - needs to be abstract, final or empty. | 1065 | |
| misc | FinalParameters | Parameter value should be final. | 1065 | |
| design | DesignForExtension | Method 'isSetServiceUri' is not designed for extension - needs to be abstract, final or empty. | 1069 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1069 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1070 | |
| design | DesignForExtension | Method 'getIcon' is not designed for extension - needs to be abstract, final or empty. | 1081 | |
| design | DesignForExtension | Method 'setIcon' is not designed for extension - needs to be abstract, final or empty. | 1093 | |
| misc | FinalParameters | Parameter value should be final. | 1093 | |
| design | DesignForExtension | Method 'isSetIcon' is not designed for extension - needs to be abstract, final or empty. | 1097 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1097 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1098 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1105 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1110 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1112 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1113 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 1129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1131 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1132 | |
| design | VisibilityModifier | Variable 'path' must be private and have accessor methods. | 1133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1134 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 1134 | |
| design | DesignForExtension | Method 'getPath' is not designed for extension - needs to be abstract, final or empty. | 1144 | |
| design | DesignForExtension | Method 'setPath' is not designed for extension - needs to be abstract, final or empty. | 1156 | |
| misc | FinalParameters | Parameter value should be final. | 1156 | |
| design | DesignForExtension | Method 'isSetPath' is not designed for extension - needs to be abstract, final or empty. | 1160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1160 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1161 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 1172 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 1184 | |
| misc | FinalParameters | Parameter value should be final. | 1184 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 1188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1188 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1189 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1202 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 1209 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1224 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1226 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1226 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1227 | |
| design | VisibilityModifier | Variable 'capability' must be private and have accessor methods. | 1228 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1237 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1252 | |
| design | DesignForExtension | Method 'getCapability' is not designed for extension - needs to be abstract, final or empty. | 1252 | |
| design | DesignForExtension | Method 'isSetCapability' is not designed for extension - needs to be abstract, final or empty. | 1259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1259 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1260 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 1260 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 1260 | |
| design | DesignForExtension | Method 'unsetCapability' is not designed for extension - needs to be abstract, final or empty. | 1263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1263 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1273 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1280 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1284 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 1286 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1287 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1308 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1310 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1310 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1311 | |
| design | VisibilityModifier | Variable 'contactPoint' must be private and have accessor methods. | 1312 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1313 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1313 | |
| design | VisibilityModifier | Variable 'remoteManagement' must be private and have accessor methods. | 1313 | |
| design | DesignForExtension | Method 'getContactPoint' is not designed for extension - needs to be abstract, final or empty. | 1323 | |
| design | DesignForExtension | Method 'setContactPoint' is not designed for extension - needs to be abstract, final or empty. | 1335 | |
| misc | FinalParameters | Parameter value should be final. | 1335 | |
| design | DesignForExtension | Method 'isSetContactPoint' is not designed for extension - needs to be abstract, final or empty. | 1339 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1339 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1340 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1351 | |
| design | DesignForExtension | Method 'getRemoteManagement' is not designed for extension - needs to be abstract, final or empty. | 1351 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1363 | |
| design | DesignForExtension | Method 'setRemoteManagement' is not designed for extension - needs to be abstract, final or empty. | 1363 | |
| misc | FinalParameters | Parameter value should be final. | 1363 | |
| design | DesignForExtension | Method 'isSetRemoteManagement' is not designed for extension - needs to be abstract, final or empty. | 1367 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1367 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1368 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1375 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1382 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 1383 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 1399 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1401 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1401 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1402 | |
| design | VisibilityModifier | Variable 'protocols' must be private and have accessor methods. | 1403 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1404 | |
| design | VisibilityModifier | Variable 'software' must be private and have accessor methods. | 1405 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1414 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1429 | |
| design | DesignForExtension | Method 'getProtocols' is not designed for extension - needs to be abstract, final or empty. | 1429 | |
| design | DesignForExtension | Method 'isSetProtocols' is not designed for extension - needs to be abstract, final or empty. | 1436 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1436 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1437 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 1437 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 1437 | |
| design | DesignForExtension | Method 'unsetProtocols' is not designed for extension - needs to be abstract, final or empty. | 1440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1440 | |
| design | DesignForExtension | Method 'getSoftware' is not designed for extension - needs to be abstract, final or empty. | 1452 | |
| design | DesignForExtension | Method 'setSoftware' is not designed for extension - needs to be abstract, final or empty. | 1464 | |
| misc | FinalParameters | Parameter value should be final. | 1464 | |
| design | DesignForExtension | Method 'isSetSoftware' is not designed for extension - needs to be abstract, final or empty. | 1468 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1468 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1469 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1480 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1487 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1502 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1504 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1504 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1505 | |
| design | VisibilityModifier | Variable 'part' must be private and have accessor methods. | 1506 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1515 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1530 | |
| design | DesignForExtension | Method 'getPart' is not designed for extension - needs to be abstract, final or empty. | 1530 | |
| design | DesignForExtension | Method 'isSetPart' is not designed for extension - needs to be abstract, final or empty. | 1537 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1537 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1538 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 1538 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 1538 | |
| design | DesignForExtension | Method 'unsetPart' is not designed for extension - needs to be abstract, final or empty. | 1541 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1541 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1551 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 1558 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 1573 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1575 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1575 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1576 | |
| design | VisibilityModifier | Variable 'requirement' must be private and have accessor methods. | 1577 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1586 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1601 | |
| design | DesignForExtension | Method 'getRequirement' is not designed for extension - needs to be abstract, final or empty. | 1601 | |
| design | DesignForExtension | Method 'isSetRequirement' is not designed for extension - needs to be abstract, final or empty. | 1608 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1608 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 1609 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 1609 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 1609 | |
| design | DesignForExtension | Method 'unsetRequirement' is not designed for extension - needs to be abstract, final or empty. | 1612 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1612 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 42 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'artifactId' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 64 | |
| design | DesignForExtension | Method 'getArtifactId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| design | DesignForExtension | Method 'setArtifactId' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| design | DesignForExtension | Method 'isSetArtifactId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 91 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 43 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'software' must be private and have accessor methods. | 66 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter value should be final. | 88 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 93 | |
| design | DesignForExtension | Method 'getSoftware' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| design | DesignForExtension | Method 'setSoftware' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| design | DesignForExtension | Method 'isSetSoftware' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 57 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'startLevel' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'dependency' must be private and have accessor methods. | 72 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter value should be final. | 94 | |
| coding | HiddenField | 'value' hides a field. | 94 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 99 | |
| design | DesignForExtension | Method 'getStartLevel' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| design | DesignForExtension | Method 'setStartLevel' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter value should be final. | 122 | |
| coding | HiddenField | 'value' hides a field. | 122 | |
| design | DesignForExtension | Method 'isSetStartLevel' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 127 | |
| design | DesignForExtension | Method 'unsetStartLevel' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| design | DesignForExtension | Method 'isStart' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| design | DesignForExtension | Method 'setStart' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| misc | FinalParameters | Parameter value should be final. | 154 | |
| coding | HiddenField | 'value' hides a field. | 154 | |
| design | DesignForExtension | Method 'isSetStart' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 159 | |
| design | DesignForExtension | Method 'unsetStart' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| design | DesignForExtension | Method 'isDependency' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| design | DesignForExtension | Method 'setDependency' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| misc | FinalParameters | Parameter value should be final. | 186 | |
| coding | HiddenField | 'value' hides a field. | 186 | |
| design | DesignForExtension | Method 'isSetDependency' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 191 | |
| design | DesignForExtension | Method 'unsetDependency' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 66 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter value should be final. | 88 | |
| coding | HiddenField | 'value' hides a field. | 88 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 93 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| coding | HiddenField | 'value' hides a field. | 116 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 82). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 55 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 65 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| misc | FinalParameters | Parameter value should be final. | 87 | |
| coding | HiddenField | 'value' hides a field. | 87 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 92 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| coding | HiddenField | 'value' hides a field. | 115 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 86). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 54 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'finalname' must be private and have accessor methods. | 64 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| coding | HiddenField | 'value' hides a field. | 86 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 91 | |
| design | DesignForExtension | Method 'getFinalname' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| design | DesignForExtension | Method 'setFinalname' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| coding | HiddenField | 'value' hides a field. | 114 | |
| design | DesignForExtension | Method 'isSetFinalname' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 55 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| design | VisibilityModifier | Variable 'organizationName' must be private and have accessor methods. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'certificate' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'contactPerson' must be private and have accessor methods. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| design | VisibilityModifier | Variable 'streetAddress' must be private and have accessor methods. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| design | VisibilityModifier | Variable 'email' must be private and have accessor methods. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| design | VisibilityModifier | Variable 'webAddress' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'phone' must be private and have accessor methods. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| design | VisibilityModifier | Variable 'otherChannel' must be private and have accessor methods. | 95 | |
| design | DesignForExtension | Method 'getOrganizationName' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| design | DesignForExtension | Method 'setOrganizationName' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| misc | FinalParameters | Parameter value should be final. | 117 | |
| design | DesignForExtension | Method 'isSetOrganizationName' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 122 | |
| design | DesignForExtension | Method 'getCertificate' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| design | DesignForExtension | Method 'setCertificate' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| misc | FinalParameters | Parameter value should be final. | 145 | |
| design | DesignForExtension | Method 'isSetCertificate' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 150 | |
| design | DesignForExtension | Method 'getContactPerson' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| design | DesignForExtension | Method 'setContactPerson' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| misc | FinalParameters | Parameter value should be final. | 173 | |
| design | DesignForExtension | Method 'isSetContactPerson' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 178 | |
| design | DesignForExtension | Method 'getStreetAddress' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| design | DesignForExtension | Method 'setStreetAddress' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| misc | FinalParameters | Parameter value should be final. | 201 | |
| design | DesignForExtension | Method 'isSetStreetAddress' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 206 | |
| design | DesignForExtension | Method 'getEmail' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| design | DesignForExtension | Method 'setEmail' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| misc | FinalParameters | Parameter value should be final. | 229 | |
| design | DesignForExtension | Method 'isSetEmail' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 234 | |
| design | DesignForExtension | Method 'getWebAddress' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| design | DesignForExtension | Method 'setWebAddress' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| misc | FinalParameters | Parameter value should be final. | 257 | |
| design | DesignForExtension | Method 'isSetWebAddress' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 262 | |
| design | DesignForExtension | Method 'getPhone' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| design | DesignForExtension | Method 'setPhone' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| misc | FinalParameters | Parameter value should be final. | 285 | |
| design | DesignForExtension | Method 'isSetPhone' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 290 | |
| design | DesignForExtension | Method 'getOtherChannel' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| design | DesignForExtension | Method 'setOtherChannel' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| misc | FinalParameters | Parameter value should be final. | 313 | |
| design | DesignForExtension | Method 'isSetOtherChannel' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 333 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 349 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 351 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 351 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 352 | |
| design | VisibilityModifier | Variable 'channelName' must be private and have accessor methods. | 353 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 354 | |
| design | VisibilityModifier | Variable 'channelDetails' must be private and have accessor methods. | 355 | |
| design | DesignForExtension | Method 'getChannelName' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| design | DesignForExtension | Method 'setChannelName' is not designed for extension - needs to be abstract, final or empty. | 377 | |
| misc | FinalParameters | Parameter value should be final. | 377 | |
| design | DesignForExtension | Method 'isSetChannelName' is not designed for extension - needs to be abstract, final or empty. | 381 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 381 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 382 | |
| design | DesignForExtension | Method 'getChannelDetails' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| design | DesignForExtension | Method 'setChannelDetails' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| misc | FinalParameters | Parameter value should be final. | 405 | |
| design | DesignForExtension | Method 'isSetChannelDetails' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 410 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 54 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 64 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter value should be final. | 88 | |
| coding | HiddenField | 'value' hides a field. | 88 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 93 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| misc | FinalParameters | Parameter value should be final. | 120 | |
| coding | HiddenField | 'value' hides a field. | 120 | |
| design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 125 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 84 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| design | VisibilityModifier | Variable 'osUnit' must be private and have accessor methods. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| design | VisibilityModifier | Variable 'platformUnit' must be private and have accessor methods. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| design | VisibilityModifier | Variable 'containerUnit' must be private and have accessor methods. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 118 | |
| design | DesignForExtension | Method 'getOsUnit' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| design | DesignForExtension | Method 'setOsUnit' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| misc | FinalParameters | Parameter value should be final. | 140 | |
| design | DesignForExtension | Method 'isSetOsUnit' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 145 | |
| design | DesignForExtension | Method 'getPlatformUnit' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| design | DesignForExtension | Method 'setPlatformUnit' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| misc | FinalParameters | Parameter value should be final. | 168 | |
| design | DesignForExtension | Method 'isSetPlatformUnit' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 173 | |
| design | DesignForExtension | Method 'getContainerUnit' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| design | DesignForExtension | Method 'setContainerUnit' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| misc | FinalParameters | Parameter value should be final. | 196 | |
| design | DesignForExtension | Method 'isSetContainerUnit' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 201 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| misc | FinalParameters | Parameter value should be final. | 224 | |
| design | DesignForExtension | Method 'isSetId' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 271 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 291 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 293 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 293 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 294 | |
| design | VisibilityModifier | Variable 'karaf' must be private and have accessor methods. | 294 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 295 | |
| design | VisibilityModifier | Variable 'android' must be private and have accessor methods. | 295 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 296 | |
| design | VisibilityModifier | Variable 'tomcat' must be private and have accessor methods. | 296 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 297 | |
| design | VisibilityModifier | Variable 'equinox' must be private and have accessor methods. | 297 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 298 | |
| design | VisibilityModifier | Variable 'felix' must be private and have accessor methods. | 298 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 299 | |
| design | VisibilityModifier | Variable 'osgiAndroid' must be private and have accessor methods. | 300 | |
| design | DesignForExtension | Method 'getKaraf' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| design | DesignForExtension | Method 'setKaraf' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| misc | FinalParameters | Parameter value should be final. | 322 | |
| design | DesignForExtension | Method 'isSetKaraf' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 327 | |
| design | DesignForExtension | Method 'getAndroid' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| design | DesignForExtension | Method 'setAndroid' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| misc | FinalParameters | Parameter value should be final. | 350 | |
| design | DesignForExtension | Method 'isSetAndroid' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 354 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 355 | |
| design | DesignForExtension | Method 'getTomcat' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| design | DesignForExtension | Method 'setTomcat' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| misc | FinalParameters | Parameter value should be final. | 378 | |
| design | DesignForExtension | Method 'isSetTomcat' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 383 | |
| design | DesignForExtension | Method 'getEquinox' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| design | DesignForExtension | Method 'setEquinox' is not designed for extension - needs to be abstract, final or empty. | 406 | |
| misc | FinalParameters | Parameter value should be final. | 406 | |
| design | DesignForExtension | Method 'isSetEquinox' is not designed for extension - needs to be abstract, final or empty. | 410 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 410 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 411 | |
| design | DesignForExtension | Method 'getFelix' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| design | DesignForExtension | Method 'setFelix' is not designed for extension - needs to be abstract, final or empty. | 434 | |
| misc | FinalParameters | Parameter value should be final. | 434 | |
| design | DesignForExtension | Method 'isSetFelix' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 439 | |
| design | DesignForExtension | Method 'getOsgiAndroid' is not designed for extension - needs to be abstract, final or empty. | 450 | |
| design | DesignForExtension | Method 'setOsgiAndroid' is not designed for extension - needs to be abstract, final or empty. | 462 | |
| misc | FinalParameters | Parameter value should be final. | 462 | |
| design | DesignForExtension | Method 'isSetOsgiAndroid' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 466 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 474 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 481 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 483 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 500 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 502 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 502 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 503 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 504 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 505 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 505 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 506 | |
| design | VisibilityModifier | Variable 'location' must be private and have accessor methods. | 508 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 518 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| misc | FinalParameters | Parameter value should be final. | 530 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 534 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 534 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 535 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 546 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 558 | |
| misc | FinalParameters | Parameter value should be final. | 558 | |
| design | DesignForExtension | Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. | 562 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 562 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 563 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 573 | |
| javadoc | JavadocMethod | Expected an @return tag. | 588 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 588 | |
| design | DesignForExtension | Method 'isSetLocation' is not designed for extension - needs to be abstract, final or empty. | 595 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 595 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 596 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 596 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 596 | |
| design | DesignForExtension | Method 'unsetLocation' is not designed for extension - needs to be abstract, final or empty. | 599 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 609 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 617 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 633 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 635 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 635 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 636 | |
| design | VisibilityModifier | Variable 'embedding' must be private and have accessor methods. | 637 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 638 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 638 | |
| design | VisibilityModifier | Variable 'features' must be private and have accessor methods. | 639 | |
| design | DesignForExtension | Method 'getEmbedding' is not designed for extension - needs to be abstract, final or empty. | 649 | |
| design | DesignForExtension | Method 'setEmbedding' is not designed for extension - needs to be abstract, final or empty. | 661 | |
| misc | FinalParameters | Parameter value should be final. | 661 | |
| design | DesignForExtension | Method 'isSetEmbedding' is not designed for extension - needs to be abstract, final or empty. | 665 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 665 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 666 | |
| design | DesignForExtension | Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. | 677 | |
| design | DesignForExtension | Method 'setFeatures' is not designed for extension - needs to be abstract, final or empty. | 689 | |
| misc | FinalParameters | Parameter value should be final. | 689 | |
| design | DesignForExtension | Method 'isSetFeatures' is not designed for extension - needs to be abstract, final or empty. | 693 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 693 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 694 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter v should be final. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter v should be final. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 46 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'deploymentUnit' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'configFiles' must be private and have accessor methods. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'spaceStartLevel' must be private and have accessor methods. | 73 | |
| design | DesignForExtension | Method 'getDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| design | DesignForExtension | Method 'setDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| misc | FinalParameters | Parameter value should be final. | 95 | |
| design | DesignForExtension | Method 'isSetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 100 | |
| design | DesignForExtension | Method 'getConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| design | DesignForExtension | Method 'setConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| design | DesignForExtension | Method 'isSetConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 128 | |
| design | DesignForExtension | Method 'getSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| design | DesignForExtension | Method 'setSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 151 | |
| design | DesignForExtension | Method 'isSetSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 156 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 67 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| design | VisibilityModifier | Variable 'detailsOrConfigOrConfigfile' must be private and have accessor methods. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'resolver' must be private and have accessor methods. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 98 | |
| javadoc | JavadocMethod | Expected an @return tag. | 117 | |
| design | DesignForExtension | Method 'getDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| design | DesignForExtension | Method 'isSetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 125 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 125 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 125 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 125 | |
| design | DesignForExtension | Method 'unsetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| misc | FinalParameters | Parameter value should be final. | 152 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 157 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| misc | FinalParameters | Parameter value should be final. | 184 | |
| design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 189 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| misc | FinalParameters | Parameter value should be final. | 212 | |
| design | DesignForExtension | Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 217 | |
| design | DesignForExtension | Method 'getResolver' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| design | DesignForExtension | Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| misc | FinalParameters | Parameter value should be final. | 240 | |
| design | DesignForExtension | Method 'isSetResolver' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 245 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 63 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'repositoryOrFeature' must be private and have accessor methods. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 86 | |
| javadoc | JavadocMethod | Expected an @return tag. | 102 | |
| design | DesignForExtension | Method 'getRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| design | DesignForExtension | Method 'isSetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 110 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 110 | |
| design | DesignForExtension | Method 'unsetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| misc | FinalParameters | Parameter value should be final. | 137 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter v should be final. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter v should be final. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 46 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'category' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 72 | |
| design | DesignForExtension | Method 'getCategory' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| design | DesignForExtension | Method 'setCategory' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter value should be final. | 94 | |
| design | DesignForExtension | Method 'isSetCategory' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 99 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter value should be final. | 122 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 127 | |
| design | DesignForExtension | Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| design | DesignForExtension | Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| misc | FinalParameters | Parameter value should be final. | 150 | |
| design | DesignForExtension | Method 'isSetLink' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter v should be final. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter v should be final. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter v should be final. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter v should be final. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 120). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 47 | |
| naming | ConstantName | Name '_Features_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 48 | |
| naming | ConstantName | Name '_OntologyTypeLocationUrl_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 | |
| naming | ConstantName | Name '_OntologyTypeLocationRuntimeId_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 50 | |
| naming | ConstantName | Name '_OntologyTypeLocationPath_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocMethod | Expected an @return tag. | 63 | |
| design | DesignForExtension | Method 'createAalUapp' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 67 | |
| javadoc | JavadocMethod | Expected an @return tag. | 71 | |
| design | DesignForExtension | Method 'createDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| javadoc | JavadocMethod | Expected an @return tag. | 79 | |
| design | DesignForExtension | Method 'createPart' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| javadoc | JavadocMethod | Expected an @return tag. | 87 | |
| design | DesignForExtension | Method 'createOntologyType' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| javadoc | JavadocMethod | Expected an @return tag. | 95 | |
| design | DesignForExtension | Method 'createContactType' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| javadoc | JavadocMethod | Expected an @return tag. | 103 | |
| design | DesignForExtension | Method 'createDeploymentUnitContainerUnit' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| javadoc | JavadocMethod | Expected an @return tag. | 111 | |
| design | DesignForExtension | Method 'createAalUappApplicationManagement' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 119 | |
| design | DesignForExtension | Method 'createAalUappApp' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 123 | |
| javadoc | JavadocMethod | Expected an @return tag. | 127 | |
| design | DesignForExtension | Method 'createAalUappAppMenuEntry' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| javadoc | JavadocMethod | Expected an @return tag. | 135 | |
| design | DesignForExtension | Method 'createAalUappAppLicenses' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 139 | |
| javadoc | JavadocMethod | Expected an @return tag. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 143 | |
| design | DesignForExtension | Method 'createAalUappApplicationCapabilities' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 147 | |
| javadoc | JavadocMethod | Expected an @return tag. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 151 | |
| design | DesignForExtension | Method 'createAalUappApplicationRequirements' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 155 | |
| javadoc | JavadocMethod | Expected an @return tag. | 159 | |
| design | DesignForExtension | Method 'createAalUappApplicationPart' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 163 | |
| javadoc | JavadocMethod | Expected an @return tag. | 167 | |
| design | DesignForExtension | Method 'createExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| javadoc | JavadocMethod | Expected an @return tag. | 175 | |
| design | DesignForExtension | Method 'createBroker' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 | |
| javadoc | JavadocMethod | Expected an @return tag. | 183 | |
| design | DesignForExtension | Method 'createArtifactType' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 187 | |
| javadoc | JavadocMethod | Expected an @return tag. | 191 | |
| design | DesignForExtension | Method 'createPartPartCapabilities' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 195 | |
| javadoc | JavadocMethod | Expected an @return tag. | 199 | |
| design | DesignForExtension | Method 'createPartPartRequirements' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 203 | |
| javadoc | JavadocMethod | Expected an @return tag. | 207 | |
| design | DesignForExtension | Method 'createCapabilityType' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 211 | |
| javadoc | JavadocMethod | Expected an @return tag. | 215 | |
| design | DesignForExtension | Method 'createReqGroupType' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| javadoc | JavadocMethod | Expected an @return tag. | 223 | |
| design | DesignForExtension | Method 'createProfileType' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 227 | |
| javadoc | JavadocMethod | Expected an @return tag. | 231 | |
| design | DesignForExtension | Method 'createReqType' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 235 | |
| javadoc | JavadocMethod | Expected an @return tag. | 239 | |
| design | DesignForExtension | Method 'createReqAtomType' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 243 | |
| javadoc | JavadocMethod | Expected an @return tag. | 247 | |
| design | DesignForExtension | Method 'createVersionType' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 251 | |
| javadoc | JavadocMethod | Expected an @return tag. | 255 | |
| design | DesignForExtension | Method 'createToBeDefined' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 259 | |
| javadoc | JavadocMethod | Expected an @return tag. | 263 | |
| design | DesignForExtension | Method 'createLicenseType' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 267 | |
| javadoc | JavadocMethod | Expected an @return tag. | 271 | |
| design | DesignForExtension | Method 'createFeaturesRoot' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 275 | |
| javadoc | JavadocMethod | Expected an @return tag. | 279 | |
| design | DesignForExtension | Method 'createDependency' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 283 | |
| javadoc | JavadocMethod | Expected an @return tag. | 287 | |
| design | DesignForExtension | Method 'createConfigFile' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 291 | |
| javadoc | JavadocMethod | Expected an @return tag. | 295 | |
| design | DesignForExtension | Method 'createConfig' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 299 | |
| javadoc | JavadocMethod | Expected an @return tag. | 303 | |
| design | DesignForExtension | Method 'createBundle' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 307 | |
| javadoc | JavadocMethod | Expected an @return tag. | 311 | |
| design | DesignForExtension | Method 'createFeature' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 315 | |
| javadoc | JavadocMethod | Expected an @return tag. | 319 | |
| design | DesignForExtension | Method 'createOntologyTypeLocation' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 323 | |
| javadoc | JavadocMethod | Expected an @return tag. | 327 | |
| design | DesignForExtension | Method 'createContactTypeOtherChannel' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 331 | |
| javadoc | JavadocMethod | Expected an @return tag. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 335 | |
| design | DesignForExtension | Method 'createDeploymentUnitContainerUnitKaraf' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 339 | |
| javadoc | JavadocMethod | Expected an @return tag. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 343 | |
| design | DesignForExtension | Method 'createDeploymentUnitContainerUnitAndroid' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 348 | |
| javadoc | JavadocMethod | Expected an @return tag. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 351 | |
| design | DesignForExtension | Method 'createAalUappApplicationManagementRemoteManagement' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 355 | |
| javadoc | JavadocMethod | Expected an @return tag. | 359 | |
| design | DesignForExtension | Method 'createAalUappAppMenuEntryIcon' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 363 | |
| javadoc | JavadocMethod | Expected an @return tag. | 367 | |
| design | DesignForExtension | Method 'createAalUappAppLicensesSla' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 372 | |
| javadoc | JavadocMethod | Expected an @return tag. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 375 | |
| design | DesignForExtension | Method 'createFeatures' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| misc | FinalParameters | Parameter value should be final. | 376 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 377 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 381 | |
| javadoc | JavadocMethod | Expected an @return tag. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 384 | |
| design | DesignForExtension | Method 'createOntologyTypeLocationUrl' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| misc | FinalParameters | Parameter value should be final. | 385 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 386 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 390 | |
| javadoc | JavadocMethod | Expected an @return tag. | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 393 | |
| design | DesignForExtension | Method 'createOntologyTypeLocationRuntimeId' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 394 | |
| misc | FinalParameters | Parameter value should be final. | 394 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 395 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 399 | |
| javadoc | JavadocMethod | Expected an @return tag. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 402 | |
| design | DesignForExtension | Method 'createOntologyTypeLocationPath' is not designed for extension - needs to be abstract, final or empty. | 402 | |
| misc | FinalParameters | Parameter value should be final. | 403 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 404 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 56 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'location' must be private and have accessor methods. | 87 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| misc | FinalParameters | Parameter value should be final. | 109 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 114 | |
| design | DesignForExtension | Method 'getUri' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| design | DesignForExtension | Method 'setUri' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| misc | FinalParameters | Parameter value should be final. | 137 | |
| design | DesignForExtension | Method 'isSetUri' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 142 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| misc | FinalParameters | Parameter value should be final. | 165 | |
| design | DesignForExtension | Method 'isSetLocation' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 186 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 201 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 203 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 207 | |
| design | VisibilityModifier | Variable 'pathOrRuntimeIdOrUrl' must be private and have accessor methods. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 218 | |
| javadoc | JavadocMethod | Expected an @return tag. | 235 | |
| design | DesignForExtension | Method 'getPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| design | DesignForExtension | Method 'isSetPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 243 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 243 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 243 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 243 | |
| design | DesignForExtension | Method 'unsetPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter v should be final. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter v should be final. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 76 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| design | VisibilityModifier | Variable 'bundleId' must be private and have accessor methods. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| design | VisibilityModifier | Variable 'bundleVersion' must be private and have accessor methods. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| design | VisibilityModifier | Variable 'partCapabilities' must be private and have accessor methods. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| design | VisibilityModifier | Variable 'partRequirements' must be private and have accessor methods. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| design | VisibilityModifier | Variable 'deploymentUnit' must be private and have accessor methods. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| design | VisibilityModifier | Variable 'executionUnit' must be private and have accessor methods. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| design | VisibilityModifier | Variable 'partId' must be private and have accessor methods. | 112 | |
| design | DesignForExtension | Method 'getBundleId' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| design | DesignForExtension | Method 'setBundleId' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| misc | FinalParameters | Parameter value should be final. | 134 | |
| design | DesignForExtension | Method 'isSetBundleId' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 139 | |
| design | DesignForExtension | Method 'getBundleVersion' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| design | DesignForExtension | Method 'setBundleVersion' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| misc | FinalParameters | Parameter value should be final. | 162 | |
| design | DesignForExtension | Method 'isSetBundleVersion' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 166 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 167 | |
| design | DesignForExtension | Method 'getPartCapabilities' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| design | DesignForExtension | Method 'setPartCapabilities' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| design | DesignForExtension | Method 'isSetPartCapabilities' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 194 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 195 | |
| design | DesignForExtension | Method 'getPartRequirements' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| design | DesignForExtension | Method 'setPartRequirements' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| misc | FinalParameters | Parameter value should be final. | 218 | |
| design | DesignForExtension | Method 'isSetPartRequirements' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 233 | |
| javadoc | JavadocMethod | Expected an @return tag. | 248 | |
| design | DesignForExtension | Method 'getDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| design | DesignForExtension | Method 'isSetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 256 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 256 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 256 | |
| design | DesignForExtension | Method 'unsetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 270 | |
| javadoc | JavadocMethod | Expected an @return tag. | 285 | |
| design | DesignForExtension | Method 'getExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| design | DesignForExtension | Method 'isSetExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 293 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 293 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 293 | |
| design | DesignForExtension | Method 'unsetExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| design | DesignForExtension | Method 'getPartId' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| design | DesignForExtension | Method 'setPartId' is not designed for extension - needs to be abstract, final or empty. | 320 | |
| misc | FinalParameters | Parameter value should be final. | 320 | |
| design | DesignForExtension | Method 'isSetPartId' is not designed for extension - needs to be abstract, final or empty. | 324 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 324 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 339 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 354 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 356 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 356 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 357 | |
| design | VisibilityModifier | Variable 'capability' must be private and have accessor methods. | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 367 | |
| javadoc | JavadocMethod | Expected an @return tag. | 382 | |
| design | DesignForExtension | Method 'getCapability' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| design | DesignForExtension | Method 'isSetCapability' is not designed for extension - needs to be abstract, final or empty. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 389 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 390 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 390 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 390 | |
| design | DesignForExtension | Method 'unsetCapability' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 403 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 410 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 425 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 427 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 427 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 428 | |
| design | VisibilityModifier | Variable 'requirement' must be private and have accessor methods. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 438 | |
| javadoc | JavadocMethod | Expected an @return tag. | 453 | |
| design | DesignForExtension | Method 'getRequirement' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| design | DesignForExtension | Method 'isSetRequirement' is not designed for extension - needs to be abstract, final or empty. | 460 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 461 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 461 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 461 | |
| design | DesignForExtension | Method 'unsetRequirement' is not designed for extension - needs to be abstract, final or empty. | 464 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 464 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter v should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter v should be final. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 42 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'profileId' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 64 | |
| design | DesignForExtension | Method 'getProfileId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| design | DesignForExtension | Method 'setProfileId' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| design | DesignForExtension | Method 'isSetProfileId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 91 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 45 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'reqAtomName' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'reqAtomValue' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'reqCriteria' must be private and have accessor methods. | 70 | |
| design | DesignForExtension | Method 'getReqAtomName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| design | DesignForExtension | Method 'setReqAtomName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| misc | FinalParameters | Parameter value should be final. | 92 | |
| design | DesignForExtension | Method 'isSetReqAtomName' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 97 | |
| design | DesignForExtension | Method 'getReqAtomValue' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| design | DesignForExtension | Method 'setReqAtomValue' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| misc | FinalParameters | Parameter value should be final. | 120 | |
| design | DesignForExtension | Method 'isSetReqAtomValue' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 125 | |
| design | DesignForExtension | Method 'getReqCriteria' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| design | DesignForExtension | Method 'setReqCriteria' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| misc | FinalParameters | Parameter value should be final. | 148 | |
| design | DesignForExtension | Method 'isSetReqCriteria' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 153 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter v should be final. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter v should be final. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 46 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'logicalRelation' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'requirement' must be private and have accessor methods. | 68 | |
| design | DesignForExtension | Method 'getLogicalRelation' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| design | DesignForExtension | Method 'setLogicalRelation' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| misc | FinalParameters | Parameter value should be final. | 90 | |
| design | DesignForExtension | Method 'isSetLogicalRelation' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 105 | |
| javadoc | JavadocMethod | Expected an @return tag. | 120 | |
| design | DesignForExtension | Method 'getRequirement' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| design | DesignForExtension | Method 'isSetRequirement' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 128 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 128 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 128 | |
| design | DesignForExtension | Method 'unsetRequirement' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 46 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'reqAtom' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'reqGroup' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'optional' must be private and have accessor methods. | 68 | |
| design | DesignForExtension | Method 'getReqAtom' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| design | DesignForExtension | Method 'setReqAtom' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| misc | FinalParameters | Parameter value should be final. | 90 | |
| design | DesignForExtension | Method 'isSetReqAtom' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 95 | |
| design | DesignForExtension | Method 'getReqGroup' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| design | DesignForExtension | Method 'setReqGroup' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| misc | FinalParameters | Parameter value should be final. | 118 | |
| design | DesignForExtension | Method 'isSetReqGroup' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 123 | |
| design | DesignForExtension | Method 'isOptional' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| design | DesignForExtension | Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| design | DesignForExtension | Method 'isSetOptional' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter v should be final. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter v should be final. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'any' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Expected an @return tag. | 93 | |
| design | DesignForExtension | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| design | DesignForExtension | Method 'isSetAny' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 101 | |
| design | DesignForExtension | Method 'unsetAny' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 109 | |
| design | DesignForExtension | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 95). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 44 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'major' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'minor' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'micro' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'build' must be private and have accessor methods. | 71 | |
| javadoc | JavadocMethod | Expected an @return tag. | 77 | |
| design | DesignForExtension | Method 'getMajor' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| design | DesignForExtension | Method 'setMajor' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 85 | |
| design | DesignForExtension | Method 'isSetMajor' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocMethod | Expected an @return tag. | 97 | |
| design | DesignForExtension | Method 'getMinor' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| design | DesignForExtension | Method 'setMinor' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 105 | |
| design | DesignForExtension | Method 'isSetMinor' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Expected an @return tag. | 117 | |
| design | DesignForExtension | Method 'getMicro' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| design | DesignForExtension | Method 'setMicro' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 125 | |
| design | DesignForExtension | Method 'isSetMicro' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| design | DesignForExtension | Method 'getBuild' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| design | DesignForExtension | Method 'setBuild' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| misc | FinalParameters | Parameter value should be final. | 153 | |
| design | DesignForExtension | Method 'isSetBuild' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 161). | 21 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | MemberName | Name 'm_context' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter context should be final. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| design | DesignForExtension | Method 'execute' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter arg0 should be final. | 40 | |
| misc | FinalParameters | Parameter out should be final. | 40 | |
| misc | FinalParameters | Parameter err should be final. | 40 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 59 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getShortDescription' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter context should be final. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter arg0 should be final. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | DesignForExtension | Method 'getChannelName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| design | DesignForExtension | Method 'setChannelName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter channelName should be final. | 42 | |
| coding | HiddenField | 'channelName' hides a field. | 42 | |
| design | DesignForExtension | Method 'getChannelDescriptorFileURL' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'setChannelDescriptorFileURL' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter channelDescriptorFileURL should be final. | 50 | |
| coding | HiddenField | 'channelDescriptorFileURL' hides a field. | 50 | |
| design | DesignForExtension | Method 'getChannelValue' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'setChannelValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter channelValue should be final. | 58 | |
| coding | HiddenField | 'channelValue' hides a field. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter name should be final. | 64 | |
| misc | FinalParameters | Parameter descriptor should be final. | 64 | |
| misc | FinalParameters | Parameter value should be final. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | MemberName | Name 'URI_PREFIX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| design | VisibilityModifier | Variable 'URI_PREFIX' must be private and have accessor methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| misc | FinalParameters | Parameter role should be final. | 55 | |
| coding | HiddenField | 'role' hides a field. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'role'. | 55 | |
| misc | FinalParameters | Parameter containerUnit should be final. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'containerUnit'. | 55 | |
| misc | FinalParameters | Parameter platformUnit should be final. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'platformUnit'. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter ID should be final. | 65 | |
| naming | ParameterName | Name 'ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| misc | FinalParameters | Parameter role should be final. | 65 | |
| coding | HiddenField | 'role' hides a field. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| misc | FinalParameters | Parameter strSerialization should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'strSerialization'. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| coding | MagicNumber | '10' is a magic number. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 79 | |
| coding | MagicNumber | '9' is a magic number. | 81 | |
| coding | MagicNumber | '14' is a magic number. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'getPeerID' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| design | DesignForExtension | Method 'getRole' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| design | DesignForExtension | Method 'setRole' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter role should be final. | 98 | |
| coding | HiddenField | 'role' hides a field. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'isCoordinator' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| misc | FinalParameters | Parameter o should be final. | 122 | |
| design | DesignForExtension | Method 'getPLATFORM_UNIT' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| naming | MethodName | Name 'getPLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 130 | |
| design | DesignForExtension | Method 'setPLATFORM_UNIT' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| naming | MethodName | Name 'setPLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| misc | FinalParameters | Parameter pLATFORM_UNIT should be final. | 134 | |
| naming | ParameterName | Name 'pLATFORM_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| design | DesignForExtension | Method 'getCONTAINER_UNIT' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| naming | MethodName | Name 'getCONTAINER_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 138 | |
| design | DesignForExtension | Method 'setCONTAINER_UNIT' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| naming | MethodName | Name 'setCONTAINER_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| misc | FinalParameters | Parameter cONTAINER_UNIT should be final. | 142 | |
| naming | ParameterName | Name 'cONTAINER_UNIT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
| design | DesignForExtension | Method 'getOS' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| design | DesignForExtension | Method 'setOS' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter oS should be final. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| design | DesignForExtension | Method 'toURI' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'getPeerCoordinatorID' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 49 | |
| design | DesignForExtension | Method 'setPeerCoordinatorID' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter peerCoordinatorID should be final. | 52 | |
| coding | HiddenField | 'peerCoordinatorID' hides a field. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'getAalSpaceLifeTime' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| design | DesignForExtension | Method 'setAalSpaceLifeTime' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter aalSpaceLifeTime should be final. | 62 | |
| coding | HiddenField | 'aalSpaceLifeTime' hides a field. | 62 | |
| design | DesignForExtension | Method 'getRetry' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'setRetry' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter retry should be final. | 70 | |
| coding | HiddenField | 'retry' hides a field. | 70 | |
| design | DesignForExtension | Method 'getPeeringChannelName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| design | DesignForExtension | Method 'setPeeringChannelName' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter peeringChannelName should be final. | 78 | |
| coding | HiddenField | 'peeringChannelName' hides a field. | 78 | |
| design | DesignForExtension | Method 'getPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'setPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter peeringChannel should be final. | 86 | |
| coding | HiddenField | 'peeringChannel' hides a field. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| misc | FinalParameters | Parameter prop should be final. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'prop'. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| design | DesignForExtension | Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| design | DesignForExtension | Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter profile should be final. | 112 | |
| coding | HiddenField | 'profile' hides a field. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| javadoc | JavadocMethod | Expected an @return tag. | 121 | |
| design | DesignForExtension | Method 'getCoordinatorID' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| design | DesignForExtension | Method 'setCoordinatorID' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| misc | FinalParameters | Parameter coordinatorID should be final. | 125 | |
| design | DesignForExtension | Method 'getSpaceName' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| design | DesignForExtension | Method 'setSpaceName' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| misc | FinalParameters | Parameter spaceName should be final. | 133 | |
| coding | HiddenField | 'spaceName' hides a field. | 133 | |
| design | DesignForExtension | Method 'getSpaceID' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| design | DesignForExtension | Method 'setSpaceID' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| misc | FinalParameters | Parameter spaceID should be final. | 141 | |
| coding | HiddenField | 'spaceID' hides a field. | 141 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| misc | FinalParameters | Parameter description should be final. | 149 | |
| coding | HiddenField | 'description' hides a field. | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| javadoc | JavadocMethod | Expected an @return tag. | 158 | |
| design | DesignForExtension | Method 'serializeCard' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 186 | |
| javadoc | JavadocMethod | Expected an @return tag. | 189 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 196 | |
| javadoc | JavadocMethod | Expected an @return tag. | 200 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| misc | FinalParameters | Parameter o should be final. | 200 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 203 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 209 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| design | DesignForExtension | Method 'getDeployManager' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 50 | |
| design | DesignForExtension | Method 'setDeployManager' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter deployManager should be final. | 53 | |
| coding | HiddenField | 'deployManager' hides a field. | 53 | |
| design | DesignForExtension | Method 'getBrokerChannels' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'setBrokerChannels' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter brokerChannels should be final. | 61 | |
| coding | HiddenField | 'brokerChannels' hides a field. | 61 | |
| design | DesignForExtension | Method 'getSpaceCard' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'setSpaceCard' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 69 | |
| coding | HiddenField | 'spaceCard' hides a field. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 73 | |
| coding | HiddenField | 'spaceCard' hides a field. | 73 | |
| misc | FinalParameters | Parameter brokerChannels should be final. | 74 | |
| coding | HiddenField | 'brokerChannels' hides a field. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | StaticVariableName | Name 'AALSPaceName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| design | VisibilityModifier | Variable 'AALSPaceName' must be private and have accessor methods. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | StaticVariableName | Name 'AALSPaceID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| design | VisibilityModifier | Variable 'AALSPaceID' must be private and have accessor methods. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | StaticVariableName | Name 'AALSPaceType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| design | VisibilityModifier | Variable 'AALSPaceType' must be private and have accessor methods. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | StaticVariableName | Name 'AALSPaceProfile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| design | VisibilityModifier | Variable 'AALSPaceProfile' must be private and have accessor methods. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | StaticVariableName | Name 'AALSPaceDescription' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| design | VisibilityModifier | Variable 'AALSPaceDescription' must be private and have accessor methods. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | StaticVariableName | Name 'AALSpaceCoordinator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| design | VisibilityModifier | Variable 'AALSpaceCoordinator' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | StaticVariableName | Name 'AALSpacePeeringChannelURL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| design | VisibilityModifier | Variable 'AALSpacePeeringChannelURL' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | StaticVariableName | Name 'AALSpacePeeringChannelName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| design | VisibilityModifier | Variable 'AALSpacePeeringChannelName' must be private and have accessor methods. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.aalspace.xml.model.Aalspace. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 54 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 86 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 99 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 109 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 67 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 77 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| design | VisibilityModifier | Variable 'spaceDescriptor' must be private and have accessor methods. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | VisibilityModifier | Variable 'peeringChannel' must be private and have accessor methods. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| design | VisibilityModifier | Variable 'communicationChannels' must be private and have accessor methods. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| design | VisibilityModifier | Variable 'owner' must be private and have accessor methods. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| design | VisibilityModifier | Variable 'admin' must be private and have accessor methods. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| design | VisibilityModifier | Variable 'security' must be private and have accessor methods. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 126 | |
| design | DesignForExtension | Method 'getSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 133 | |
| design | DesignForExtension | Method 'setSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| misc | FinalParameters | Parameter value should be final. | 135 | |
| design | DesignForExtension | Method 'setSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter value should be final. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 144 | |
| design | DesignForExtension | Method 'isSetSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 151 | |
| design | DesignForExtension | Method 'getPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 158 | |
| design | DesignForExtension | Method 'setPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter value should be final. | 160 | |
| design | DesignForExtension | Method 'setPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| misc | FinalParameters | Parameter value should be final. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 169 | |
| design | DesignForExtension | Method 'isSetPeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 176 | |
| design | DesignForExtension | Method 'getCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 182). | 183 | |
| design | DesignForExtension | Method 'setCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 185 | |
| misc | FinalParameters | Parameter value should be final. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 190 | |
| design | DesignForExtension | Method 'isSetCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 197 | |
| design | DesignForExtension | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 204 | |
| design | DesignForExtension | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| misc | FinalParameters | Parameter value should be final. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 211 | |
| design | DesignForExtension | Method 'isSetOwner' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 218 | |
| design | DesignForExtension | Method 'getAdmin' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 225 | |
| design | DesignForExtension | Method 'setAdmin' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| misc | FinalParameters | Parameter value should be final. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 232 | |
| design | DesignForExtension | Method 'isSetAdmin' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 239 | |
| design | DesignForExtension | Method 'getSecurity' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 246 | |
| design | DesignForExtension | Method 'setSecurity' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| misc | FinalParameters | Parameter value should be final. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 253 | |
| design | DesignForExtension | Method 'isSetSecurity' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 285 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 287 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 287 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 288 | |
| design | VisibilityModifier | Variable 'channelDescriptor' must be private and have accessor methods. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 292 | |
| design | DesignForExtension | Method 'getChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 302 | |
| design | DesignForExtension | Method 'isSetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 304 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 305 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 305 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 305 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 309 | |
| design | DesignForExtension | Method 'unsetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 343 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 345 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 345 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 346 | |
| design | VisibilityModifier | Variable 'channelDescriptor' must be private and have accessor methods. | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 350 | |
| design | DesignForExtension | Method 'getChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 357 | |
| design | DesignForExtension | Method 'setChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| misc | FinalParameters | Parameter value should be final. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 364 | |
| design | DesignForExtension | Method 'isSetChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 366 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 386 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 404 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 406 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 406 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 407 | |
| design | VisibilityModifier | Variable 'profile' must be private and have accessor methods. | 408 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 409 | |
| design | VisibilityModifier | Variable 'spaceId' must be private and have accessor methods. | 410 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 411 | |
| design | VisibilityModifier | Variable 'spaceName' must be private and have accessor methods. | 412 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 413 | |
| design | VisibilityModifier | Variable 'spaceDescription' must be private and have accessor methods. | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 417 | |
| design | DesignForExtension | Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 424 | |
| design | DesignForExtension | Method 'setProfile' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 426 | |
| misc | FinalParameters | Parameter value should be final. | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 431 | |
| design | DesignForExtension | Method 'isSetProfile' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 438 | |
| design | DesignForExtension | Method 'getSpaceId' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 440 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 445 | |
| design | DesignForExtension | Method 'setSpaceId' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 447 | |
| misc | FinalParameters | Parameter value should be final. | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 452 | |
| design | DesignForExtension | Method 'isSetSpaceId' is not designed for extension - needs to be abstract, final or empty. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 459 | |
| design | DesignForExtension | Method 'getSpaceName' is not designed for extension - needs to be abstract, final or empty. | 461 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 461 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 466 | |
| design | DesignForExtension | Method 'setSpaceName' is not designed for extension - needs to be abstract, final or empty. | 468 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 468 | |
| misc | FinalParameters | Parameter value should be final. | 468 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 473 | |
| design | DesignForExtension | Method 'isSetSpaceName' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 475 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 480 | |
| design | DesignForExtension | Method 'getSpaceDescription' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 487 | |
| design | DesignForExtension | Method 'setSpaceDescription' is not designed for extension - needs to be abstract, final or empty. | 489 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 489 | |
| misc | FinalParameters | Parameter value should be final. | 489 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 494 | |
| design | DesignForExtension | Method 'isSetSpaceDescription' is not designed for extension - needs to be abstract, final or empty. | 496 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 496 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 497 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'channelName' must be private and have accessor methods. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'channelURL' must be private and have accessor methods. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| design | VisibilityModifier | Variable 'channelValue' must be private and have accessor methods. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 77 | |
| design | DesignForExtension | Method 'getChannelName' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 84 | |
| design | DesignForExtension | Method 'setChannelName' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 91 | |
| design | DesignForExtension | Method 'isSetChannelName' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 98 | |
| design | DesignForExtension | Method 'getChannelURL' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 105 | |
| design | DesignForExtension | Method 'setChannelURL' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter value should be final. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 112 | |
| design | DesignForExtension | Method 'isSetChannelURL' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 119 | |
| design | DesignForExtension | Method 'getChannelValue' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 126 | |
| design | DesignForExtension | Method 'setChannelValue' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 133 | |
| design | DesignForExtension | Method 'isSetChannelValue' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Expected an @return tag. | 60 | |
| design | DesignForExtension | Method 'createAalspace' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocMethod | Expected an @return tag. | 68 | |
| design | DesignForExtension | Method 'createChannelDescriptor' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocMethod | Expected an @return tag. | 76 | |
| design | DesignForExtension | Method 'createAalspaceSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocMethod | Expected an @return tag. | 84 | |
| design | DesignForExtension | Method 'createAalspacePeeringChannel' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Expected an @return tag. | 92 | |
| design | DesignForExtension | Method 'createAalspaceCommunicationChannels' is not designed for extension - needs to be abstract, final or empty. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 97). | 22 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| imports | UnusedImports | Unused import - java.io.File. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 22 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationFile. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 18 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter s should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 43 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| misc | FinalParameters | Parameter loc should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'loc'. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 18 | |
| imports | UnusedImports | Unused import - java.io.File. | 20 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Expected an @return tag. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 18 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 18 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.AALSpaceScope. | 22 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.AppPartScope. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 24 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.ApplicationScope. | 24 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.InstanceScope. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.ModuleScope. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocType | Unknown tag 'See'. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 18 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 20 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.Scope. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 18 | |
| imports | UnusedImports | Unused import - java.io.File. | 20 | |
| imports | UnusedImports | Unused import - java.net.URL. | 21 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 23 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.xsd.Base64Binary. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'dentity'. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'deEntity'. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| naming | MethodName | Name 'ConfigurationChanged' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 18 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 18 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter appPartId should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'appPartId'. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| misc | FinalParameters | Parameter appIdPattern should be final. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 20 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationFile. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 35 | |
| naming | StaticVariableName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocMethod | Expected an @return tag. | 38 | |
| design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 20 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationParameter. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 35 | |
| naming | StaticVariableName | Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocMethod | Expected an @return tag. | 38 | |
| design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | FinalParameters | Parameter idPattern should be final. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| misc | FinalParameters | Parameter instanceIdPattern should be final. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| misc | FinalParameters | Parameter moduleIdPattern should be final. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter onPattern should be final. | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| javadoc | JavadocMethod | Expected an @return tag. | 44 | |
| design | DesignForExtension | Method 'getRestriction' is not designed for extension - needs to be abstract, final or empty. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| misc | FinalParameters | Parameter id should be final. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| misc | FinalParameters | Parameter id should be final. | 45 | |
| misc | FinalParameters | Parameter appID should be final. | 45 | |
| misc | FinalParameters | Parameter partID should be final. | 45 | |
| coding | HiddenField | 'partID' hides a field. | 45 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Expected an @return tag. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter id should be final. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 38 | |
| misc | FinalParameters | Parameter appID should be final. | 38 | |
| coding | HiddenField | 'appID' hides a field. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'appID'. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| design | DesignForExtension | Method 'getAppID' is not designed for extension - needs to be abstract, final or empty. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter id should be final. | 45 | |
| misc | FinalParameters | Parameter peerID should be final. | 45 | |
| coding | HiddenField | 'peerID' hides a field. | 45 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| misc | FinalParameters | Parameter id should be final. | 65 | |
| misc | FinalParameters | Parameter pc should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| design | DesignForExtension | Method 'getPeerID' is not designed for extension - needs to be abstract, final or empty. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter id should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 43 | |
| misc | FinalParameters | Parameter peerID should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'peerID'. | 43 | |
| misc | FinalParameters | Parameter moduleID should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'moduleID'. | 43 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| misc | FinalParameters | Parameter id should be final. | 67 | |
| misc | FinalParameters | Parameter pc should be final. | 67 | |
| misc | FinalParameters | Parameter mc should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter id should be final. | 44 | |
| coding | HiddenField | 'id' hides a field. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 45 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocMethod | Expected an @return tag. | 58 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter id should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter id should be final. | 66 | |
| misc | FinalParameters | Parameter peerCard should be final. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter id should be final. | 70 | |
| misc | FinalParameters | Parameter pc should be final. | 70 | |
| misc | FinalParameters | Parameter mc should be final. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| misc | FinalParameters | Parameter id should be final. | 74 | |
| misc | FinalParameters | Parameter appId should be final. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| misc | FinalParameters | Parameter id should be final. | 78 | |
| misc | FinalParameters | Parameter appId should be final. | 78 | |
| misc | FinalParameters | Parameter partId should be final. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'peerID' must be private and have accessor methods. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| design | VisibilityModifier | Variable 'partStatus' must be private and have accessor methods. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter peerID should be final. | 36 | |
| coding | HiddenField | 'peerID' hides a field. | 36 | |
| misc | FinalParameters | Parameter partStatus should be final. | 36 | |
| coding | HiddenField | 'partStatus' hides a field. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| design | DesignForExtension | Method 'getPeerID' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| design | DesignForExtension | Method 'getPartStatus' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| design | DesignForExtension | Method 'setPeerID' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter peerID should be final. | 49 | |
| coding | HiddenField | 'peerID' hides a field. | 49 | |
| design | DesignForExtension | Method 'setPartStatus' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter partStatus should be final. | 53 | |
| coding | HiddenField | 'partStatus' hides a field. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter serviceId should be final. | 58 | |
| coding | HiddenField | 'serviceId' hides a field. | 58 | |
| misc | FinalParameters | Parameter appId should be final. | 58 | |
| misc | FinalParameters | Parameter partId should be final. | 58 | |
| coding | HiddenField | 'partId' hides a field. | 58 | |
| misc | FinalParameters | Parameter name should be final. | 58 | |
| coding | HiddenField | 'name' hides a field. | 58 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| misc | FinalParameters | Parameter description should be final. | 59 | |
| coding | HiddenField | 'description' hides a field. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| misc | FinalParameters | Parameter serviceId should be final. | 76 | |
| coding | HiddenField | 'serviceId' hides a field. | 76 | |
| misc | FinalParameters | Parameter partId should be final. | 76 | |
| coding | HiddenField | 'partId' hides a field. | 76 | |
| misc | FinalParameters | Parameter uApp should be final. | 76 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| design | DesignForExtension | Method 'getServiceId' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| design | DesignForExtension | Method 'getPartId' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | RedundantImport | Redundant import from the same package - org.universAAL.middleware.interfaces.mpa.UAPPCard. | 27 | |
| imports | RedundantImport | Redundant import from the same package - org.universAAL.middleware.interfaces.mpa.UAPPPartStatus. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'mpaCard' must be private and have accessor methods. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'mpaParts' must be private and have accessor methods. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter mpaCard should be final. | 44 | |
| coding | HiddenField | 'mpaCard' hides a field. | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| design | DesignForExtension | Method 'getMpaCard' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| design | DesignForExtension | Method 'updatePart' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter partID should be final. | 53 | |
| misc | FinalParameters | Parameter peerID should be final. | 53 | |
| misc | FinalParameters | Parameter partStatus should be final. | 54 | |
| design | DesignForExtension | Method 'getMpaParts' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 210 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 211 | |
| design | VisibilityModifier | Variable 'app' must be private and have accessor methods. | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| design | VisibilityModifier | Variable 'applicationProfile' must be private and have accessor methods. | 214 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 215 | |
| design | VisibilityModifier | Variable 'applicationProvider' must be private and have accessor methods. | 216 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 217 | |
| design | VisibilityModifier | Variable 'applicationManagement' must be private and have accessor methods. | 218 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 219 | |
| design | VisibilityModifier | Variable 'applicationPart' must be private and have accessor methods. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| design | DesignForExtension | Method 'getApp' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| design | DesignForExtension | Method 'setApp' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| misc | FinalParameters | Parameter value should be final. | 239 | |
| design | DesignForExtension | Method 'isSetApp' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| design | DesignForExtension | Method 'getApplicationProfile' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| design | DesignForExtension | Method 'setApplicationProfile' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| misc | FinalParameters | Parameter value should be final. | 264 | |
| design | DesignForExtension | Method 'isSetApplicationProfile' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| design | DesignForExtension | Method 'getApplicationProvider' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| design | DesignForExtension | Method 'setApplicationProvider' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| misc | FinalParameters | Parameter value should be final. | 289 | |
| design | DesignForExtension | Method 'isSetApplicationProvider' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| design | DesignForExtension | Method 'getApplicationManagement' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| design | DesignForExtension | Method 'setApplicationManagement' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| misc | FinalParameters | Parameter value should be final. | 314 | |
| design | DesignForExtension | Method 'isSetApplicationManagement' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| design | DesignForExtension | Method 'getApplicationPart' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| design | DesignForExtension | Method 'setApplicationPart' is not designed for extension - needs to be abstract, final or empty. | 339 | |
| misc | FinalParameters | Parameter value should be final. | 339 | |
| design | DesignForExtension | Method 'isSetApplicationPart' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 390 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 390 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 391 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 392 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 393 | |
| design | VisibilityModifier | Variable 'distributed' must be private and have accessor methods. | 393 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 394 | |
| design | VisibilityModifier | Variable 'appId' must be private and have accessor methods. | 395 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 396 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 397 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 398 | |
| design | VisibilityModifier | Variable 'license' must be private and have accessor methods. | 398 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 399 | |
| design | VisibilityModifier | Variable 'sla' must be private and have accessor methods. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 418 | |
| misc | FinalParameters | Parameter value should be final. | 418 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| javadoc | JavadocMethod | Expected an @return tag. | 430 | |
| design | DesignForExtension | Method 'isDistributed' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 436 | |
| design | DesignForExtension | Method 'setDistributed' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| misc | FinalParameters | Parameter value should be final. | 438 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 438 | |
| design | DesignForExtension | Method 'isSetDistributed' is not designed for extension - needs to be abstract, final or empty. | 442 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 442 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| design | DesignForExtension | Method 'getAppId' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| design | DesignForExtension | Method 'setAppId' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| misc | FinalParameters | Parameter value should be final. | 463 | |
| design | DesignForExtension | Method 'isSetAppId' is not designed for extension - needs to be abstract, final or empty. | 467 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 475 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 477 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 483 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 486 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 488 | |
| misc | FinalParameters | Parameter value should be final. | 488 | |
| design | DesignForExtension | Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. | 492 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 492 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 500 | |
| design | DesignForExtension | Method 'getLicense' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 508 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| design | DesignForExtension | Method 'setLicense' is not designed for extension - needs to be abstract, final or empty. | 513 | |
| misc | FinalParameters | Parameter value should be final. | 513 | |
| design | DesignForExtension | Method 'isSetLicense' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| design | DesignForExtension | Method 'getSla' is not designed for extension - needs to be abstract, final or empty. | 527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 536 | |
| design | DesignForExtension | Method 'setSla' is not designed for extension - needs to be abstract, final or empty. | 538 | |
| misc | FinalParameters | Parameter value should be final. | 538 | |
| design | DesignForExtension | Method 'isSetSla' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 542 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 553 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 559 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 560 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 566 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 567 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 573 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 573 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 574 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 575 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 576 | |
| design | VisibilityModifier | Variable 'link' must be private and have accessor methods. | 578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 582 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 584 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 586 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 592 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 597 | |
| misc | FinalParameters | Parameter value should be final. | 597 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 601 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 601 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 609 | |
| design | DesignForExtension | Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 611 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 617 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 620 | |
| design | DesignForExtension | Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 622 | |
| misc | FinalParameters | Parameter value should be final. | 622 | |
| design | DesignForExtension | Method 'isSetLink' is not designed for extension - needs to be abstract, final or empty. | 626 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 637 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 651 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 653 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 654 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 665 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 666 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 672 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 672 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 673 | |
| design | VisibilityModifier | Variable 'contactPoint' must be private and have accessor methods. | 674 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 675 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 676 | |
| design | VisibilityModifier | Variable 'remoteManagement' must be private and have accessor methods. | 676 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 680 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 682 | |
| design | DesignForExtension | Method 'getContactPoint' is not designed for extension - needs to be abstract, final or empty. | 684 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 690 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 693 | |
| design | DesignForExtension | Method 'setContactPoint' is not designed for extension - needs to be abstract, final or empty. | 695 | |
| misc | FinalParameters | Parameter value should be final. | 695 | |
| design | DesignForExtension | Method 'isSetContactPoint' is not designed for extension - needs to be abstract, final or empty. | 699 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 699 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 705 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 710 | |
| design | DesignForExtension | Method 'getRemoteManagement' is not designed for extension - needs to be abstract, final or empty. | 710 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 716 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 720 | |
| design | DesignForExtension | Method 'setRemoteManagement' is not designed for extension - needs to be abstract, final or empty. | 722 | |
| misc | FinalParameters | Parameter value should be final. | 723 | |
| design | DesignForExtension | Method 'isSetRemoteManagement' is not designed for extension - needs to be abstract, final or empty. | 727 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 727 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 734 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 745 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 751 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 752 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 758 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 758 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 759 | |
| design | VisibilityModifier | Variable 'protocols' must be private and have accessor methods. | 760 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 761 | |
| design | VisibilityModifier | Variable 'software' must be private and have accessor methods. | 762 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 766 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 772 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 775 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 779 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 780 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 784 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 785 | |
| javadoc | JavadocMethod | Expected an @return tag. | 787 | |
| design | DesignForExtension | Method 'getProtocols' is not designed for extension - needs to be abstract, final or empty. | 787 | |
| design | DesignForExtension | Method 'isSetProtocols' is not designed for extension - needs to be abstract, final or empty. | 794 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 794 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 795 | |
| design | DesignForExtension | Method 'unsetProtocols' is not designed for extension - needs to be abstract, final or empty. | 798 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 798 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 804 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 806 | |
| design | DesignForExtension | Method 'getSoftware' is not designed for extension - needs to be abstract, final or empty. | 808 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 814 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 817 | |
| design | DesignForExtension | Method 'setSoftware' is not designed for extension - needs to be abstract, final or empty. | 819 | |
| misc | FinalParameters | Parameter value should be final. | 819 | |
| design | DesignForExtension | Method 'isSetSoftware' is not designed for extension - needs to be abstract, final or empty. | 823 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 823 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 834 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 838 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 844 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 850 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 851 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 857 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 857 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 858 | |
| design | VisibilityModifier | Variable 'part' must be private and have accessor methods. | 859 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 863 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 869 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 872 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 876 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 877 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 879 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 880 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 881 | |
| javadoc | JavadocMethod | Expected an @return tag. | 883 | |
| design | DesignForExtension | Method 'getPart' is not designed for extension - needs to be abstract, final or empty. | 883 | |
| design | DesignForExtension | Method 'isSetPart' is not designed for extension - needs to be abstract, final or empty. | 890 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 890 | |
| design | DesignForExtension | Method 'unsetPart' is not designed for extension - needs to be abstract, final or empty. | 894 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 894 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 903 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 907 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 916 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 918 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 922 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 924 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 933 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 949 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 951 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 955 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 957 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 966 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 968 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 984 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 985 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 991 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 991 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 992 | |
| design | VisibilityModifier | Variable 'aalSpace' must be private and have accessor methods. | 993 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 994 | |
| design | VisibilityModifier | Variable 'runtime' must be private and have accessor methods. | 995 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 999 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1000 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1001 | |
| design | DesignForExtension | Method 'getAalSpace' is not designed for extension - needs to be abstract, final or empty. | 1003 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1009 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1013 | |
| design | DesignForExtension | Method 'setAalSpace' is not designed for extension - needs to be abstract, final or empty. | 1015 | |
| misc | FinalParameters | Parameter value should be final. | 1015 | |
| design | DesignForExtension | Method 'isSetAalSpace' is not designed for extension - needs to be abstract, final or empty. | 1019 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1019 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1025 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1027 | |
| design | DesignForExtension | Method 'getRuntime' is not designed for extension - needs to be abstract, final or empty. | 1029 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1035 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1039 | |
| design | DesignForExtension | Method 'setRuntime' is not designed for extension - needs to be abstract, final or empty. | 1041 | |
| misc | FinalParameters | Parameter value should be final. | 1041 | |
| design | DesignForExtension | Method 'isSetRuntime' is not designed for extension - needs to be abstract, final or empty. | 1045 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1045 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1052 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1056 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1062 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1066 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1077 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 1079 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1090 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1091 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1098 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1098 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1099 | |
| design | VisibilityModifier | Variable 'targetProfile' must be private and have accessor methods. | 1100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1101 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1102 | |
| design | VisibilityModifier | Variable 'alternativeProfiles' must be private and have accessor methods. | 1102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1103 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1104 | |
| design | VisibilityModifier | Variable 'requirredOntologies' must be private and have accessor methods. | 1104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1110 | |
| design | DesignForExtension | Method 'getTargetProfile' is not designed for extension - needs to be abstract, final or empty. | 1112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1121 | |
| design | DesignForExtension | Method 'setTargetProfile' is not designed for extension - needs to be abstract, final or empty. | 1123 | |
| misc | FinalParameters | Parameter value should be final. | 1123 | |
| design | DesignForExtension | Method 'isSetTargetProfile' is not designed for extension - needs to be abstract, final or empty. | 1127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1133 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1136 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1138 | |
| design | DesignForExtension | Method 'getAlternativeProfiles' is not designed for extension - needs to be abstract, final or empty. | 1138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1144 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1148 | |
| design | DesignForExtension | Method 'setAlternativeProfiles' is not designed for extension - needs to be abstract, final or empty. | 1150 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1151 | |
| misc | FinalParameters | Parameter value should be final. | 1151 | |
| design | DesignForExtension | Method 'isSetAlternativeProfiles' is not designed for extension - needs to be abstract, final or empty. | 1155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1161 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1164 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1166 | |
| design | DesignForExtension | Method 'getRequirredOntologies' is not designed for extension - needs to be abstract, final or empty. | 1166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1172 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1176 | |
| design | DesignForExtension | Method 'setRequirredOntologies' is not designed for extension - needs to be abstract, final or empty. | 1178 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1179 | |
| misc | FinalParameters | Parameter value should be final. | 1179 | |
| design | DesignForExtension | Method 'isSetRequirredOntologies' is not designed for extension - needs to be abstract, final or empty. | 1183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1194 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1198 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 1200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1207 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1213 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1213 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1214 | |
| design | VisibilityModifier | Variable 'profile' must be private and have accessor methods. | 1214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1238 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1240 | |
| design | DesignForExtension | Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. | 1240 | |
| design | DesignForExtension | Method 'isSetProfile' is not designed for extension - needs to be abstract, final or empty. | 1247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1247 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1248 | |
| design | DesignForExtension | Method 'unsetProfile' is not designed for extension - needs to be abstract, final or empty. | 1251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1264 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1268 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 1270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1277 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1283 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1283 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1284 | |
| design | VisibilityModifier | Variable 'ontology' must be private and have accessor methods. | 1284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1308 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1310 | |
| design | DesignForExtension | Method 'getOntology' is not designed for extension - needs to be abstract, final or empty. | 1310 | |
| design | DesignForExtension | Method 'isSetOntology' is not designed for extension - needs to be abstract, final or empty. | 1317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1317 | |
| design | DesignForExtension | Method 'unsetOntology' is not designed for extension - needs to be abstract, final or empty. | 1322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1337 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1343 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1347 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1349 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1358 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 1360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1372 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1378 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1378 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1379 | |
| design | VisibilityModifier | Variable 'middleware' must be private and have accessor methods. | 1380 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1381 | |
| design | VisibilityModifier | Variable 'broker' must be private and have accessor methods. | 1382 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1383 | |
| design | VisibilityModifier | Variable 'managers' must be private and have accessor methods. | 1384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1390 | |
| design | DesignForExtension | Method 'getMiddleware' is not designed for extension - needs to be abstract, final or empty. | 1392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1401 | |
| design | DesignForExtension | Method 'setMiddleware' is not designed for extension - needs to be abstract, final or empty. | 1403 | |
| misc | FinalParameters | Parameter value should be final. | 1403 | |
| design | DesignForExtension | Method 'isSetMiddleware' is not designed for extension - needs to be abstract, final or empty. | 1407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1416 | |
| design | DesignForExtension | Method 'getBroker' is not designed for extension - needs to be abstract, final or empty. | 1418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1424 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1428 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1430 | |
| design | DesignForExtension | Method 'setBroker' is not designed for extension - needs to be abstract, final or empty. | 1430 | |
| misc | FinalParameters | Parameter value should be final. | 1430 | |
| design | DesignForExtension | Method 'isSetBroker' is not designed for extension - needs to be abstract, final or empty. | 1434 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1443 | |
| design | DesignForExtension | Method 'getManagers' is not designed for extension - needs to be abstract, final or empty. | 1445 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1455 | |
| design | DesignForExtension | Method 'setManagers' is not designed for extension - needs to be abstract, final or empty. | 1457 | |
| misc | FinalParameters | Parameter value should be final. | 1458 | |
| design | DesignForExtension | Method 'isSetManagers' is not designed for extension - needs to be abstract, final or empty. | 1462 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1462 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1473 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1477 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 1479 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1485 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1486 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1492 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1492 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1493 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1493 | |
| design | VisibilityModifier | Variable 'broker' must be private and have accessor methods. | 1493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1497 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1504 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1507 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1512 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1516 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1517 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1519 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1519 | |
| design | DesignForExtension | Method 'getBroker' is not designed for extension - needs to be abstract, final or empty. | 1519 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1521 | |
| design | DesignForExtension | Method 'isSetBroker' is not designed for extension - needs to be abstract, final or empty. | 1526 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1526 | |
| design | DesignForExtension | Method 'unsetBroker' is not designed for extension - needs to be abstract, final or empty. | 1530 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1530 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1543 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1547 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 1549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1555 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1556 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1562 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1562 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1563 | |
| design | VisibilityModifier | Variable 'manager' must be private and have accessor methods. | 1563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1567 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1577 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1582 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1586 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1587 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1589 | |
| design | DesignForExtension | Method 'getManager' is not designed for extension - needs to be abstract, final or empty. | 1589 | |
| design | DesignForExtension | Method 'isSetManager' is not designed for extension - needs to be abstract, final or empty. | 1596 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1596 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1597 | |
| design | DesignForExtension | Method 'unsetManager' is not designed for extension - needs to be abstract, final or empty. | 1600 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1600 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1613 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1617 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1623 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1624 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1625 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1631 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1632 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1638 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 1638 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1639 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 1640 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1641 | |
| design | VisibilityModifier | Variable 'webSite' must be private and have accessor methods. | 1643 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1644 | |
| design | VisibilityModifier | Variable 'certificate' must be private and have accessor methods. | 1646 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1650 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1652 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 1654 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1660 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1663 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 1665 | |
| misc | FinalParameters | Parameter value should be final. | 1665 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 1669 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1669 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1675 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1677 | |
| design | DesignForExtension | Method 'getWebSite' is not designed for extension - needs to be abstract, final or empty. | 1679 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1688 | |
| design | DesignForExtension | Method 'setWebSite' is not designed for extension - needs to be abstract, final or empty. | 1690 | |
| misc | FinalParameters | Parameter value should be final. | 1690 | |
| design | DesignForExtension | Method 'isSetWebSite' is not designed for extension - needs to be abstract, final or empty. | 1694 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1694 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1700 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1702 | |
| design | DesignForExtension | Method 'getCertificate' is not designed for extension - needs to be abstract, final or empty. | 1704 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1710 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1713 | |
| design | DesignForExtension | Method 'setCertificate' is not designed for extension - needs to be abstract, final or empty. | 1715 | |
| misc | FinalParameters | Parameter value should be final. | 1715 | |
| design | DesignForExtension | Method 'isSetCertificate' is not designed for extension - needs to be abstract, final or empty. | 1719 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1719 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'deploymentUnit' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'executionUnit' must be private and have accessor methods. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocMethod | Expected an @return tag. | 87 | |
| design | DesignForExtension | Method 'getDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 117 | |
| design | DesignForExtension | Method 'getExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'artifactId' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'getArtifactId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setArtifactId' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| design | DesignForExtension | Method 'isSetArtifactId' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'software' must be private and have accessor methods. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| misc | FinalParameters | Parameter value should be final. | 81 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'getSoftware' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'setSoftware' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| misc | FinalParameters | Parameter value should be final. | 106 | |
| design | DesignForExtension | Method 'isSetSoftware' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'software' must be private and have accessor methods. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getSoftware' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| design | DesignForExtension | Method 'setSoftware' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| misc | FinalParameters | Parameter value should be final. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'startLevel' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'start' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'dependency' must be private and have accessor methods. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| coding | HiddenField | 'value' hides a field. | 89 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'getStartLevel' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'setStartLevel' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| coding | HiddenField | 'value' hides a field. | 114 | |
| design | DesignForExtension | Method 'isSetStartLevel' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| design | DesignForExtension | Method 'unsetStartLevel' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| design | DesignForExtension | Method 'isStart' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| design | DesignForExtension | Method 'setStart' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| misc | FinalParameters | Parameter value should be final. | 143 | |
| coding | HiddenField | 'value' hides a field. | 143 | |
| design | DesignForExtension | Method 'isSetStart' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| design | DesignForExtension | Method 'unsetStart' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| design | DesignForExtension | Method 'isDependency' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setDependency' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| coding | HiddenField | 'value' hides a field. | 172 | |
| design | DesignForExtension | Method 'isSetDependency' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| design | DesignForExtension | Method 'unsetDependency' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| misc | FinalParameters | Parameter value should be final. | 82 | |
| coding | HiddenField | 'value' hides a field. | 82 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| misc | FinalParameters | Parameter value should be final. | 107 | |
| coding | HiddenField | 'value' hides a field. | 107 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'finalname' must be private and have accessor methods. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| misc | FinalParameters | Parameter value should be final. | 82 | |
| coding | HiddenField | 'value' hides a field. | 82 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getFinalname' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'setFinalname' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| misc | FinalParameters | Parameter value should be final. | 107 | |
| coding | HiddenField | 'value' hides a field. | 107 | |
| design | DesignForExtension | Method 'isSetFinalname' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| misc | FinalParameters | Parameter value should be final. | 83 | |
| coding | HiddenField | 'value' hides a field. | 83 | |
| design | DesignForExtension | Method 'isSetValue' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| misc | FinalParameters | Parameter value should be final. | 112 | |
| coding | HiddenField | 'value' hides a field. | 112 | |
| design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| design | VisibilityModifier | Variable 'osUnit' must be private and have accessor methods. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| design | VisibilityModifier | Variable 'platformUnit' must be private and have accessor methods. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| design | VisibilityModifier | Variable 'containerUnit' must be private and have accessor methods. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getOsUnit' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| design | DesignForExtension | Method 'setOsUnit' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| misc | FinalParameters | Parameter value should be final. | 119 | |
| design | DesignForExtension | Method 'isSetOsUnit' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'getPlatformUnit' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| design | DesignForExtension | Method 'setPlatformUnit' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| misc | FinalParameters | Parameter value should be final. | 144 | |
| design | DesignForExtension | Method 'isSetPlatformUnit' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getContainerUnit' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| design | DesignForExtension | Method 'setContainerUnit' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| misc | FinalParameters | Parameter value should be final. | 169 | |
| design | DesignForExtension | Method 'isSetContainerUnit' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| design | DesignForExtension | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| misc | FinalParameters | Parameter value should be final. | 194 | |
| design | DesignForExtension | Method 'isSetId' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 245 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 245 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 246 | |
| design | VisibilityModifier | Variable 'karaf' must be private and have accessor methods. | 246 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 247 | |
| design | VisibilityModifier | Variable 'tomcat' must be private and have accessor methods. | 247 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 248 | |
| design | VisibilityModifier | Variable 'equinox' must be private and have accessor methods. | 248 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 249 | |
| design | VisibilityModifier | Variable 'felix' must be private and have accessor methods. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| design | DesignForExtension | Method 'getKaraf' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| design | DesignForExtension | Method 'setKaraf' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| misc | FinalParameters | Parameter value should be final. | 269 | |
| design | DesignForExtension | Method 'isSetKaraf' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| design | DesignForExtension | Method 'getTomcat' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| design | DesignForExtension | Method 'setTomcat' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| misc | FinalParameters | Parameter value should be final. | 294 | |
| design | DesignForExtension | Method 'isSetTomcat' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| design | DesignForExtension | Method 'getEquinox' is not designed for extension - needs to be abstract, final or empty. | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| design | DesignForExtension | Method 'setEquinox' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| misc | FinalParameters | Parameter value should be final. | 319 | |
| design | DesignForExtension | Method 'isSetEquinox' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| design | DesignForExtension | Method 'getFelix' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| design | DesignForExtension | Method 'setFelix' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| misc | FinalParameters | Parameter value should be final. | 344 | |
| design | DesignForExtension | Method 'isSetFelix' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 383 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 383 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 384 | |
| design | VisibilityModifier | Variable 'embedding' must be private and have accessor methods. | 385 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 386 | |
| design | VisibilityModifier | Variable 'embeddingName' must be private and have accessor methods. | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 388 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 388 | |
| design | VisibilityModifier | Variable 'features' must be private and have accessor methods. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 395 | |
| design | DesignForExtension | Method 'getEmbedding' is not designed for extension - needs to be abstract, final or empty. | 397 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 406 | |
| design | DesignForExtension | Method 'setEmbedding' is not designed for extension - needs to be abstract, final or empty. | 408 | |
| misc | FinalParameters | Parameter value should be final. | 408 | |
| design | DesignForExtension | Method 'isSetEmbedding' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 412 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 420 | |
| design | DesignForExtension | Method 'getEmbeddingName' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| design | DesignForExtension | Method 'setEmbeddingName' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| misc | FinalParameters | Parameter value should be final. | 433 | |
| design | DesignForExtension | Method 'isSetEmbeddingName' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 445 | |
| design | DesignForExtension | Method 'getFeatures' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 453 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| design | DesignForExtension | Method 'setFeatures' is not designed for extension - needs to be abstract, final or empty. | 458 | |
| misc | FinalParameters | Parameter value should be final. | 458 | |
| design | DesignForExtension | Method 'isSetFeatures' is not designed for extension - needs to be abstract, final or empty. | 462 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 462 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter v should be final. | 59 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter v should be final. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'deploymentUnit' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'configFiles' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'spaceStartLevel' must be private and have accessor methods. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'getDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'setDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| design | DesignForExtension | Method 'isSetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'getConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'setConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| design | DesignForExtension | Method 'isSetConfigFiles' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| design | DesignForExtension | Method 'getSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| design | DesignForExtension | Method 'setSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| misc | FinalParameters | Parameter value should be final. | 139 | |
| design | DesignForExtension | Method 'isSetSpaceStartLevel' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 73 | |
| design | VisibilityModifier | Variable 'detailsOrConfigOrConfigfile' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'description' must be private and have accessor methods. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| design | VisibilityModifier | Variable 'resolver' must be private and have accessor methods. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| javadoc | JavadocMethod | Expected an @return tag. | 110 | |
| design | DesignForExtension | Method 'getDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| design | DesignForExtension | Method 'isSetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 118 | |
| design | DesignForExtension | Method 'unsetDetailsOrConfigOrConfigfile' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| misc | FinalParameters | Parameter value should be final. | 143 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| misc | FinalParameters | Parameter value should be final. | 197 | |
| design | DesignForExtension | Method 'isSetDescription' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| design | DesignForExtension | Method 'getResolver' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| design | DesignForExtension | Method 'setResolver' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| misc | FinalParameters | Parameter value should be final. | 222 | |
| design | DesignForExtension | Method 'isSetResolver' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - javax.xml.bind.annotation.XmlRootElement. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 70 | |
| design | VisibilityModifier | Variable 'repositoryOrFeature' must be private and have accessor methods. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| javadoc | JavadocMethod | Expected an @return tag. | 98 | |
| design | DesignForExtension | Method 'getRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| design | DesignForExtension | Method 'isSetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| design | DesignForExtension | Method 'unsetRepositoryOrFeature' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| misc | FinalParameters | Parameter value should be final. | 131 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 43 | |
| naming | ConstantName | Name '_Features_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 45 | |
| naming | ConstantName | Name '_OntologyTypeLocationUrl_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 47 | |
| naming | ConstantName | Name '_OntologyTypeLocationRuntimeId_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 49 | |
| naming | ConstantName | Name '_OntologyTypeLocationPath_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocMethod | Expected an @return tag. | 65 | |
| design | DesignForExtension | Method 'createAalMpa' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocMethod | Expected an @return tag. | 73 | |
| design | DesignForExtension | Method 'createDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocMethod | Expected an @return tag. | 81 | |
| design | DesignForExtension | Method 'createOntologyType' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| javadoc | JavadocMethod | Expected an @return tag. | 89 | |
| design | DesignForExtension | Method 'createDeploymentUnitContainerUnit' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Expected an @return tag. | 97 | |
| design | DesignForExtension | Method 'createAalMpaApplicationManagement' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| javadoc | JavadocMethod | Expected an @return tag. | 105 | |
| design | DesignForExtension | Method 'createAalMpaApplicationProfile' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| javadoc | JavadocMethod | Expected an @return tag. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 113 | |
| design | DesignForExtension | Method 'createAalMpaApplicationProfileRuntime' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| javadoc | JavadocMethod | Expected an @return tag. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 121 | |
| design | DesignForExtension | Method 'createAalMpaApplicationProfileAalSpace' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocMethod | Expected an @return tag. | 129 | |
| design | DesignForExtension | Method 'createAalMpaApp' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| javadoc | JavadocMethod | Expected an @return tag. | 137 | |
| design | DesignForExtension | Method 'createAalMpaApplicationProvider' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocMethod | Expected an @return tag. | 145 | |
| design | DesignForExtension | Method 'createAalMpaApplicationPart' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| javadoc | JavadocMethod | Expected an @return tag. | 153 | |
| design | DesignForExtension | Method 'createExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| javadoc | JavadocMethod | Expected an @return tag. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 162 | |
| design | DesignForExtension | Method 'createBroker' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| javadoc | JavadocMethod | Expected an @return tag. | 170 | |
| design | DesignForExtension | Method 'createArtifactType' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| javadoc | JavadocMethod | Expected an @return tag. | 178 | |
| design | DesignForExtension | Method 'createPart' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| javadoc | JavadocMethod | Expected an @return tag. | 186 | |
| design | DesignForExtension | Method 'createProfileType' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| javadoc | JavadocMethod | Expected an @return tag. | 194 | |
| design | DesignForExtension | Method 'createVersionType' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| javadoc | JavadocMethod | Expected an @return tag. | 202 | |
| design | DesignForExtension | Method 'createToBeDefined' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| javadoc | JavadocMethod | Expected an @return tag. | 210 | |
| design | DesignForExtension | Method 'createFeaturesRoot' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| javadoc | JavadocMethod | Expected an @return tag. | 218 | |
| design | DesignForExtension | Method 'createDependency' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| javadoc | JavadocMethod | Expected an @return tag. | 226 | |
| design | DesignForExtension | Method 'createConfigFile' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| javadoc | JavadocMethod | Expected an @return tag. | 234 | |
| design | DesignForExtension | Method 'createConfig' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| javadoc | JavadocMethod | Expected an @return tag. | 242 | |
| design | DesignForExtension | Method 'createBundle' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| javadoc | JavadocMethod | Expected an @return tag. | 250 | |
| design | DesignForExtension | Method 'createFeature' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| javadoc | JavadocMethod | Expected an @return tag. | 258 | |
| design | DesignForExtension | Method 'createOntologyTypeLocation' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| javadoc | JavadocMethod | Expected an @return tag. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 266 | |
| design | DesignForExtension | Method 'createDeploymentUnitContainerUnitKaraf' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| javadoc | JavadocMethod | Expected an @return tag. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 275 | |
| design | DesignForExtension | Method 'createAalMpaApplicationManagementRemoteManagement' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| javadoc | JavadocMethod | Expected an @return tag. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 283 | |
| design | DesignForExtension | Method 'createAalMpaApplicationProfileRuntimeBroker' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| javadoc | JavadocMethod | Expected an @return tag. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 291 | |
| design | DesignForExtension | Method 'createAalMpaApplicationProfileRuntimeManagers' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| javadoc | JavadocMethod | Expected an @return tag. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 300 | |
| design | DesignForExtension | Method 'createAalMpaApplicationProfileAalSpaceAlternativeProfiles' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| javadoc | JavadocMethod | Expected an @return tag. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 309 | |
| design | DesignForExtension | Method 'createAalMpaApplicationProfileAalSpaceRequirredOntologies' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| javadoc | JavadocMethod | Expected an @return tag. | 317 | |
| design | DesignForExtension | Method 'createAalMpaAppLicense' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| javadoc | JavadocMethod | Expected an @return tag. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 326 | |
| design | DesignForExtension | Method 'createFeatures' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| misc | FinalParameters | Parameter value should be final. | 327 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 327 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| javadoc | JavadocMethod | Expected an @return tag. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 336 | |
| design | DesignForExtension | Method 'createOntologyTypeLocationUrl' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| misc | FinalParameters | Parameter value should be final. | 337 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 337 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| javadoc | JavadocMethod | Expected an @return tag. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 346 | |
| design | DesignForExtension | Method 'createOntologyTypeLocationRuntimeId' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 347 | |
| misc | FinalParameters | Parameter value should be final. | 347 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 347 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| javadoc | JavadocMethod | Expected an @return tag. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 356 | |
| design | DesignForExtension | Method 'createOntologyTypeLocationPath' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| misc | FinalParameters | Parameter value should be final. | 357 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 357 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'name' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'location' must be private and have accessor methods. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| misc | FinalParameters | Parameter value should be final. | 101 | |
| design | DesignForExtension | Method 'isSetName' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| design | DesignForExtension | Method 'getUri' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'setUri' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| misc | FinalParameters | Parameter value should be final. | 126 | |
| design | DesignForExtension | Method 'isSetUri' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| design | DesignForExtension | Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| misc | FinalParameters | Parameter value should be final. | 151 | |
| design | DesignForExtension | Method 'isSetLocation' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 191 | |
| design | VisibilityModifier | Variable 'pathOrRuntimeIdOrUrl' must be private and have accessor methods. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| javadoc | JavadocMethod | Expected an @return tag. | 219 | |
| design | DesignForExtension | Method 'getPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| design | DesignForExtension | Method 'isSetPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 227 | |
| design | DesignForExtension | Method 'unsetPathOrRuntimeIdOrUrl' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter v should be final. | 59 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter v should be final. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'deploymentUnit' must be private and have accessor methods. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'executionUnit' must be private and have accessor methods. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| design | VisibilityModifier | Variable 'partId' must be private and have accessor methods. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| javadoc | JavadocMethod | Expected an @return tag. | 100 | |
| design | DesignForExtension | Method 'getDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 101 | |
| design | DesignForExtension | Method 'isSetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| design | DesignForExtension | Method 'unsetDeploymentUnit' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocMethod | Expected an @return tag. | 139 | |
| design | DesignForExtension | Method 'getExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| design | DesignForExtension | Method 'isSetExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 147 | |
| design | DesignForExtension | Method 'unsetExecutionUnit' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| design | DesignForExtension | Method 'getPartId' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'setPartId' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| misc | FinalParameters | Parameter value should be final. | 171 | |
| design | DesignForExtension | Method 'isSetPartId' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter v should be final. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter v should be final. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'profileId' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'getProfileId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setProfileId' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| design | DesignForExtension | Method 'isSetProfileId' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| design | DesignForExtension | Method 'isSetVersion' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter v should be final. | 57 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter v should be final. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'any' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| javadoc | JavadocMethod | Expected an @return tag. | 90 | |
| design | DesignForExtension | Method 'getAny' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 91 | |
| design | DesignForExtension | Method 'isSetAny' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'unsetAny' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| design | DesignForExtension | Method 'getOtherAttributes' is not designed for extension - needs to be abstract, final or empty. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'major' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'minor' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'micro' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'build' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'string' must be private and have accessor methods. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| design | DesignForExtension | Method 'getMajor' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'setMajor' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| misc | FinalParameters | Parameter value should be final. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 83 | |
| design | DesignForExtension | Method 'isSetMajor' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocMethod | Expected an @return tag. | 95 | |
| design | DesignForExtension | Method 'getMinor' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setMinor' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 103 | |
| design | DesignForExtension | Method 'isSetMinor' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| javadoc | JavadocMethod | Expected an @return tag. | 115 | |
| design | DesignForExtension | Method 'getMicro' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| design | DesignForExtension | Method 'setMicro' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 123 | |
| design | DesignForExtension | Method 'isSetMicro' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'getBuild' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| design | DesignForExtension | Method 'setBuild' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| misc | FinalParameters | Parameter value should be final. | 148 | |
| design | DesignForExtension | Method 'isSetBuild' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| design | DesignForExtension | Method 'getString' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| design | DesignForExtension | Method 'setString' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| misc | FinalParameters | Parameter value should be final. | 173 | |
| design | DesignForExtension | Method 'isSetString' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 156). | 22 | |
| javadoc | JavadocStyle | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 45 | |
| misc | FinalParameters | Parameter propUrl should be final. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'propUrl'. | 45 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocMethod | Expected an @return tag. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'marker'. | 82 | |
| misc | FinalParameters | Parameter targetDir should be final. | 82 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetDir'. | 82 | |
| misc | FinalParameters | Parameter dir should be final. | 85 | |
| misc | FinalParameters | Parameter name should be final. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'mm' must be private and have accessor methods. | 39 | |
| design | DesignForExtension | Method 'setUp' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 50 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 53 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 56 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 58 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 83). | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| naming | MemberName | Name 'TIMEOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter context should be final. | 147 | |
| coding | HiddenField | 'context' hides a field. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 164 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 164 | |
| design | DesignForExtension | Method 'getManagedAALSpaces' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| design | DesignForExtension | Method 'getPeers' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| design | DesignForExtension | Method 'getAalSpaceDefaultConfiguration' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| design | DesignForExtension | Method 'getPendingAALSpace' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 184 | |
| design | DesignForExtension | Method 'getWaitAfterJoinRequest' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| design | DesignForExtension | Method 'getAALSpaceDescriptor' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| design | DesignForExtension | Method 'getMyPeerCard' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| design | DesignForExtension | Method 'getAALSpaces' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 212 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 222 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 230 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 230 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 239 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 260 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 260 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 266 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 272 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 275 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 306 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 314 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 316 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 332 | |
| design | DesignForExtension | Method 'initAALSpace' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| misc | FinalParameters | Parameter aalSpaceDefaultConfiguration should be final. | 332 | |
| coding | HiddenField | 'aalSpaceDefaultConfiguration' hides a field. | 332 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 348 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 360 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 375 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 383 | |
| coding | HiddenField | 'peeringChannel' hides a field. | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 394 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 439 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 439 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 449 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 458 | |
| design | DesignForExtension | Method 'join' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 469 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 469 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 476 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 501 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 507 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 509 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 519 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 526 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 526 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 531 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 540 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 547 | |
| design | DesignForExtension | Method 'cleanUpJoinRequest' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 551 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 553 | |
| design | DesignForExtension | Method 'aalSpaceJoined' is not designed for extension - needs to be abstract, final or empty. | 560 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 560 | |
| misc | FinalParameters | Parameter descriptor should be final. | 560 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 563 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 572 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 580 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 613 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 613 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 619 | |
| misc | FinalParameters | Parameter space should be final. | 619 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 633 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 633 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 641 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 641 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 649 | |
| misc | FinalParameters | Parameter channels should be final. | 650 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 651 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 662 | |
| misc | FinalParameters | Parameter channel should be final. | 662 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| javadoc | JavadocMethod | Expected an @return tag. | 679 | |
| misc | FinalParameters | Parameter space should be final. | 679 | |
| javadoc | JavadocMethod | Expected @param tag for 'space'. | 679 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 711 | |
| misc | FinalParameters | Parameter aalSpaceConfigurationPath should be final. | 711 | |
| coding | HiddenField | 'aalSpaceConfigurationPath' hides a field. | 711 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 714 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 716 | |
| misc | FinalParameters | Parameter dir should be final. | 721 | |
| misc | FinalParameters | Parameter name should be final. | 721 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 722 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 726 | |
| design | DesignForExtension | Method 'readAALSpaceDefaultConfigurations' is not designed for extension - needs to be abstract, final or empty. | 735 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 735 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 736 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 738 | |
| coding | HiddenField | 'aalSpaceConfigurationPath' hides a field. | 739 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 756 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 765 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 770 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 783 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 796 | |
| misc | FinalParameters | Parameter spaces should be final. | 796 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 800 | |
| misc | FinalParameters | Parameter spaces should be final. | 800 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 810 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 814 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 841 | |
| javadoc | JavadocMethod | Expected an @return tag. | 845 | |
| misc | FinalParameters | Parameter space should be final. | 845 | |
| javadoc | JavadocMethod | Expected @param tag for 'space'. | 845 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 861 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 862 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 875 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 876 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 878 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 884 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 886 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 901 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 901 | |
| design | DesignForExtension | Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. | 906 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 906 | |
| misc | FinalParameters | Parameter configurations should be final. | 906 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 909 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 913 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 918 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 921 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 923 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 934 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 949 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 956 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 959 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 966 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 966 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 972 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 977 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 979 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 997 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1003 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1005 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 1008 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1010 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1013 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1016 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1019 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1022 | |
| design | DesignForExtension | Method 'joinRequest' is not designed for extension - needs to be abstract, final or empty. | 1025 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1025 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 1025 | |
| misc | FinalParameters | Parameter peer should be final. | 1025 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1030 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1034 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1040 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1040 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1050 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1050 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1060 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1069 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1075 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1075 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1077 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1080 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1080 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1083 | |
| design | DesignForExtension | Method 'newAALSpacesFound' is not designed for extension - needs to be abstract, final or empty. | 1087 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1087 | |
| misc | FinalParameters | Parameter spaceCards should be final. | 1087 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1097 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1097 | |
| design | DesignForExtension | Method 'peerFound' is not designed for extension - needs to be abstract, final or empty. | 1103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1103 | |
| misc | FinalParameters | Parameter peer should be final. | 1103 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1106 | |
| design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 1116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1116 | |
| misc | FinalParameters | Parameter peer should be final. | 1116 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1119 | |
| design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 1128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1128 | |
| misc | FinalParameters | Parameter sharedObj should be final. | 1128 | |
| misc | FinalParameters | Parameter removeHook should be final. | 1128 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1132 | |
| design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 1137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1137 | |
| misc | FinalParameters | Parameter removeHook should be final. | 1137 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1141 | |
| design | DesignForExtension | Method 'leaveRequest' is not designed for extension - needs to be abstract, final or empty. | 1147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1147 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 1147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1151 | |
| coding | HiddenField | 'peeringChannel' hides a field. | 1154 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1157 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1161 | |
| design | DesignForExtension | Method 'leaveAALSpace' is not designed for extension - needs to be abstract, final or empty. | 1171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1171 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 1171 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1180 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1181 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1191 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1192 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1205 | |
| coding | HiddenField | 'peeringChannel' hides a field. | 1208 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1211 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1230 | |
| design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 1234 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1234 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 1238 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1248 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1260 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1278 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 1281 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 1281 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1287 | |
| coding | HiddenField | 'peeringChannel' hides a field. | 1290 | |
| design | DesignForExtension | Method 'addAALSpaceListener' is not designed for extension - needs to be abstract, final or empty. | 1300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1300 | |
| misc | FinalParameters | Parameter listener should be final. | 1300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1301 | |
| design | DesignForExtension | Method 'removeAALSpaceListener' is not designed for extension - needs to be abstract, final or empty. | 1305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1305 | |
| misc | FinalParameters | Parameter listener should be final. | 1305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1306 | |
| design | DesignForExtension | Method 'setListOfPeers' is not designed for extension - needs to be abstract, final or empty. | 1310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1310 | |
| misc | FinalParameters | Parameter peers should be final. | 1310 | |
| coding | HiddenField | 'peers' hides a field. | 1310 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1319 | |
| design | DesignForExtension | Method 'getAALSpaceStatus' is not designed for extension - needs to be abstract, final or empty. | 1323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1323 | |
| design | DesignForExtension | Method 'mpaInstalled' is not designed for extension - needs to be abstract, final or empty. | 1327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1327 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 1327 | |
| design | DesignForExtension | Method 'mpaInstalling' is not designed for extension - needs to be abstract, final or empty. | 1332 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1332 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 1332 | |
| design | DesignForExtension | Method 'aalSpaceEvent' is not designed for extension - needs to be abstract, final or empty. | 1338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1338 | |
| misc | FinalParameters | Parameter newStatus should be final. | 1338 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1343 | |
| design | DesignForExtension | Method 'getMatchingPeers' is not designed for extension - needs to be abstract, final or empty. | 1351 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1351 | |
| misc | FinalParameters | Parameter filter should be final. | 1351 | |
| design | DesignForExtension | Method 'getPeerAttributes' is not designed for extension - needs to be abstract, final or empty. | 1360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1360 | |
| misc | FinalParameters | Parameter attributes should be final. | 1360 | |
| misc | FinalParameters | Parameter target should be final. | 1361 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1365 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| modifier | ModifierOrder | 'private' modifier out of order with the JLS suggestions. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter data should be final. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| design | DesignForExtension | Method 'getPeers' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| design | DesignForExtension | Method 'getPeerAttribute' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter peer should be final. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | StaticVariableName | Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter context should be final. | 56 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 78 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 85 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 88 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 91 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter context should be final. | 95 | |
| design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter properties should be final. | 100 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 108 | |
| coding | MagicNumber | '20' is a magic number. | 110 | |
| coding | MagicNumber | '500' is a magic number. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter context should be final. | 39 | |
| coding | HiddenField | 'context' hides a field. | 39 | |
| design | DesignForExtension | Method 'handleEvent' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter event should be final. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'moduleContext' must be private and have accessor methods. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| design | VisibilityModifier | Variable 'controlBrolker' must be private and have accessor methods. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'aalSpaceEventHandler' must be private and have accessor methods. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'aalSpaceManager' must be private and have accessor methods. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter moduleContext should be final. | 46 | |
| coding | HiddenField | 'moduleContext' hides a field. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 47 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 56 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 66 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 113 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| naming | StaticVariableName | Name 'AAL_SPACE_CONFIGURATION_PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| design | VisibilityModifier | Variable 'AAL_SPACE_CONFIGURATION_PATH' must be private and have accessor methods. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| naming | StaticVariableName | Name 'PEER_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| design | VisibilityModifier | Variable 'PEER_ID' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | StaticVariableName | Name 'PEER_ROLE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| design | VisibilityModifier | Variable 'PEER_ROLE' must be private and have accessor methods. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | StaticVariableName | Name 'SPACE_EXTENSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| design | VisibilityModifier | Variable 'SPACE_EXTENSION' must be private and have accessor methods. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | StaticVariableName | Name 'AAL_SPACE_VALIDATION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| design | VisibilityModifier | Variable 'AAL_SPACE_VALIDATION' must be private and have accessor methods. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | StaticVariableName | Name 'AAL_SPACE_LIFETIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| design | VisibilityModifier | Variable 'AAL_SPACE_LIFETIME' must be private and have accessor methods. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | StaticVariableName | Name 'AAL_SPACE_SCHEMA_URL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| design | VisibilityModifier | Variable 'AAL_SPACE_SCHEMA_URL' must be private and have accessor methods. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| naming | StaticVariableName | Name 'AAL_SPACE_SCHEMA_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| design | VisibilityModifier | Variable 'AAL_SPACE_SCHEMA_NAME' must be private and have accessor methods. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| naming | StaticVariableName | Name 'WAIT_BEFEORE_CLOSING_CHANNEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| design | VisibilityModifier | Variable 'WAIT_BEFEORE_CLOSING_CHANNEL' must be private and have accessor methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| naming | StaticVariableName | Name 'WAIT_AFTER_JOIN_REQUEST' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| design | VisibilityModifier | Variable 'WAIT_AFTER_JOIN_REQUEST' must be private and have accessor methods. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter spaceManager should be final. | 43 | |
| coding | HiddenField | 'spaceManager' hides a field. | 43 | |
| misc | FinalParameters | Parameter context should be final. | 43 | |
| coding | HiddenField | 'context' hides a field. | 43 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| design | DesignForExtension | Method 'setStop' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 64 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'moduleContext' must be private and have accessor methods. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'aalSpaceManager' must be private and have accessor methods. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'controlBroker' must be private and have accessor methods. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter moduleContext should be final. | 39 | |
| coding | HiddenField | 'moduleContext' hides a field. | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 59 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceCard'. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'sender'. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceCard'. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'peer'. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'peer'. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 85 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceCards'. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 87 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 103 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 106 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'peer'. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocMethod | Expected an @return tag. | 73 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 73 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocMethod | Unused @param tag for 'space'. | 81 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceCard'. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 115 | |
| javadoc | JavadocStyle | Unclosed HTML tag found: <ul> | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 157 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 165 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.ConfigurableModule. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 24 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.DescribedEntity. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'manager'. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.net.URI. | 24 | |
| imports | UnusedImports | Unused import - java.util.Map. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 22 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 253). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter status should be final. | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| design | DesignForExtension | Method 'setDetailedResult' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter id should be final. | 44 | |
| misc | FinalParameters | Parameter partId should be final. | 44 | |
| misc | FinalParameters | Parameter result should be final. | 45 | |
| design | DesignForExtension | Method 'setDetailedResult' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter peer should be final. | 54 | |
| misc | FinalParameters | Parameter part should be final. | 54 | |
| misc | FinalParameters | Parameter result should be final. | 55 | |
| design | DesignForExtension | Method 'getDetailedResult' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter id should be final. | 59 | |
| misc | FinalParameters | Parameter partId should be final. | 59 | |
| design | DesignForExtension | Method 'getDetailedResult' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter peer should be final. | 67 | |
| misc | FinalParameters | Parameter part should be final. | 67 | |
| design | DesignForExtension | Method 'getGlobalResult' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'setGlobalResult' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter global should be final. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| javadoc | JavadocMethod | Expected @param tag for 'tenantID'. | 49 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter serviceId should be final. | 62 | |
| coding | HiddenField | 'serviceId' hides a field. | 62 | |
| misc | FinalParameters | Parameter id should be final. | 62 | |
| coding | HiddenField | 'id' hides a field. | 62 | |
| misc | FinalParameters | Parameter folder should be final. | 62 | |
| coding | HiddenField | 'folder' hides a field. | 62 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| misc | FinalParameters | Parameter layout should be final. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getServiceId' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'getFolder' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'getDeploy' is not designed for extension - needs to be abstract, final or empty. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| design | VisibilityModifier | Variable 'shared' must be private and have accessor methods. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| design | VisibilityModifier | Variable 'fileM' must be private and have accessor methods. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| design | VisibilityModifier | Variable 'manager' must be private and have accessor methods. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| design | VisibilityModifier | Variable 'entitiesSources' must be private and have accessor methods. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| misc | FinalParameters | Parameter mc should be final. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'mc'. | 101 | |
| misc | FinalParameters | Parameter fm should be final. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'fm'. | 101 | |
| design | DesignForExtension | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| design | DesignForExtension | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| misc | FinalParameters | Parameter confPattern should be final. | 132 | |
| javadoc | JavadocMethod | Expected @param tag for 'confPattern'. | 132 | |
| misc | FinalParameters | Parameter listener should be final. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| design | DesignForExtension | Method 'register' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter confPattern should be final. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'confPattern'. | 166 | |
| misc | FinalParameters | Parameter listener should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 167 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 171 | |
| design | DesignForExtension | Method 'unregister' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| misc | FinalParameters | Parameter listener should be final. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 172 | |
| misc | FinalParameters | Parameter list should be final. | 179 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 179 | |
| javadoc | JavadocMethod | Expected an @return tag. | 221 | |
| design | DesignForExtension | Method 'updateLocalValue' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| misc | FinalParameters | Parameter e should be final. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 321 | |
| design | DesignForExtension | Method 'updateLocalAndPropagate' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| misc | FinalParameters | Parameter e should be final. | 327 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 336 | |
| design | DesignForExtension | Method 'updatedDescription' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| misc | FinalParameters | Parameter dentity should be final. | 337 | |
| javadoc | JavadocMethod | Expected @param tag for 'dentity'. | 337 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 348 | |
| design | DesignForExtension | Method 'updatedValue' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| misc | FinalParameters | Parameter dentity should be final. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'dentity'. | 349 | |
| misc | FinalParameters | Parameter value should be final. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 354 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 401 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 414 | |
| javadoc | JavadocMethod | Expected an @return tag. | 415 | |
| design | DesignForExtension | Method 'getMatchingConfigurationEditors' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| misc | FinalParameters | Parameter configPattern should be final. | 416 | |
| javadoc | JavadocMethod | Expected @param tag for 'configPattern'. | 416 | |
| misc | FinalParameters | Parameter locale should be final. | 416 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 416 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 424 | |
| design | DesignForExtension | Method 'registerConfigurableEntityManager' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| misc | FinalParameters | Parameter cmanager should be final. | 426 | |
| javadoc | JavadocMethod | Expected @param tag for 'cmanager'. | 426 | |
| misc | FinalParameters | Parameter configPattern should be final. | 427 | |
| javadoc | JavadocMethod | Expected @param tag for 'configPattern'. | 427 | |
| misc | FinalParameters | Parameter locale should be final. | 427 | |
| javadoc | JavadocMethod | Expected @param tag for 'locale'. | 427 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 461 | |
| design | DesignForExtension | Method 'unRegisterConfigurableEntityManager' is not designed for extension - needs to be abstract, final or empty. | 462 | |
| misc | FinalParameters | Parameter manager should be final. | 463 | |
| coding | HiddenField | 'manager' hides a field. | 463 | |
| javadoc | JavadocMethod | Expected @param tag for 'manager'. | 463 | |
| design | DesignForExtension | Method 'propagate' is not designed for extension - needs to be abstract, final or empty. | 467 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 467 | |
| misc | FinalParameters | Parameter singleEntity should be final. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 475 | |
| javadoc | JavadocMethod | Expected an @return tag. | 478 | |
| design | DesignForExtension | Method 'localOnlyExpression' is not designed for extension - needs to be abstract, final or empty. | 478 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 487 | |
| misc | FinalParameters | Parameter expr should be final. | 487 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| misc | FinalParameters | Parameter filters should be final. | 497 | |
| misc | FinalParameters | Parameter locale should be final. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 509 | |
| misc | FinalParameters | Parameter list should be final. | 509 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 525 | |
| design | DesignForExtension | Method 'processPropagation' is not designed for extension - needs to be abstract, final or empty. | 526 | |
| misc | FinalParameters | Parameter message should be final. | 526 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 526 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 544 | |
| design | DesignForExtension | Method 'processRequest' is not designed for extension - needs to be abstract, final or empty. | 545 | |
| misc | FinalParameters | Parameter message should be final. | 545 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 545 | |
| design | DesignForExtension | Method 'processResponse' is not designed for extension - needs to be abstract, final or empty. | 579 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 579 | |
| misc | FinalParameters | Parameter message should be final. | 579 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| design | VisibilityModifier | Variable 'confManager' must be private and have accessor methods. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'listeners' must be private and have accessor methods. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter configurationManagerImpl should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'configurationManagerImpl'. | 50 | |
| misc | FinalParameters | Parameter uri should be final. | 50 | |
| coding | HiddenField | 'uri' hides a field. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 50 | |
| design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| design | DesignForExtension | Method 'subscribe2Changes' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| misc | FinalParameters | Parameter listener should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 66 | |
| design | DesignForExtension | Method 'unsubscribe2Changes' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| misc | FinalParameters | Parameter listener should be final. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| javadoc | JavadocMethod | Expected an @return tag. | 72 | |
| design | DesignForExtension | Method 'getScope' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter e should be final. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter configurationManagerImpl should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'configurationManagerImpl'. | 41 | |
| misc | FinalParameters | Parameter uri should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 46 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| misc | FinalParameters | Parameter loc should be final. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'loc'. | 46 | |
| design | DesignForExtension | Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 27 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| misc | FinalParameters | Parameter configurationManagerImpl should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'configurationManagerImpl'. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| design | DesignForExtension | Method 'getDefaultFileRef' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| javadoc | JavadocMethod | Expected an @return tag. | 65 | |
| design | DesignForExtension | Method 'getExtensionfilter' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| design | DesignForExtension | Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| javadoc | JavadocMethod | Expected an @return tag. | 93 | |
| design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| javadoc | JavadocMethod | Expected an @return tag. | 110 | |
| design | DesignForExtension | Method 'pullFile' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 132 | |
| javadoc | JavadocMethod | Expected an @return tag. | 133 | |
| design | DesignForExtension | Method 'pushFile' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| misc | FinalParameters | Parameter file should be final. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 20 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter configurationManagerImpl should be final. | 37 | |
| misc | FinalParameters | Parameter uri should be final. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| javadoc | JavadocMethod | Expected an @return tag. | 42 | |
| design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocMethod | Expected an @return tag. | 60 | |
| design | DesignForExtension | Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| javadoc | JavadocMethod | Expected an @return tag. | 70 | |
| design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Expected an @return tag. | 84 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| misc | FinalParameters | Parameter e should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 84 | |
| misc | FinalParameters | Parameter val should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 92 | |
| javadoc | JavadocMethod | Expected an @return tag. | 93 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| misc | FinalParameters | Parameter value should be final. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 101 | |
| javadoc | JavadocMethod | Expected an @return tag. | 102 | |
| design | DesignForExtension | Method 'getConfiguredValue' is not designed for extension - needs to be abstract, final or empty. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| design | VisibilityModifier | Variable 'entity' must be private and have accessor methods. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter configurationManagerImpl should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'configurationManagerImpl'. | 47 | |
| misc | FinalParameters | Parameter remote should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'remote'. | 47 | |
| design | DesignForExtension | Method 'updateRemoteEntity' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter remote should be final. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 56 | |
| javadoc | JavadocMethod | Expected an @return tag. | 57 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter loc should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'loc'. | 57 | |
| design | DesignForExtension | Method 'getEntity' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| misc | FinalParameters | Parameter e should be final. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'sendRequestFor' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter e should be final. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 86 | |
| misc | FinalParameters | Parameter loc should be final. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'loc'. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 24 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| misc | FinalParameters | Parameter configurationManagerImpl should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'configurationManagerImpl'. | 43 | |
| misc | FinalParameters | Parameter entity should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'entity'. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| design | DesignForExtension | Method 'getDefaultFileRef' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 60 | |
| javadoc | JavadocMethod | Expected an @return tag. | 61 | |
| design | DesignForExtension | Method 'getExtensionfilter' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 69 | |
| javadoc | JavadocMethod | Expected an @return tag. | 70 | |
| design | DesignForExtension | Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| javadoc | JavadocMethod | Expected an @return tag. | 81 | |
| design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| javadoc | JavadocMethod | Expected an @return tag. | 95 | |
| design | DesignForExtension | Method 'pullFile' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 107 | |
| javadoc | JavadocMethod | Expected an @return tag. | 108 | |
| design | DesignForExtension | Method 'pushFile' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter file should be final. | 108 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 20 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. | 20 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 21 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| misc | FinalParameters | Parameter configurationManagerImpl should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'configurationManagerImpl'. | 41 | |
| misc | FinalParameters | Parameter remote should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'remote'. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 46 | |
| design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| javadoc | JavadocMethod | Expected an @return tag. | 64 | |
| design | DesignForExtension | Method 'isDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Expected an @return tag. | 88 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| misc | FinalParameters | Parameter e should be final. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 88 | |
| misc | FinalParameters | Parameter val should be final. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 97 | |
| javadoc | JavadocMethod | Expected an @return tag. | 98 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| misc | FinalParameters | Parameter value should be final. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 98 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| javadoc | JavadocMethod | Expected an @return tag. | 107 | |
| design | DesignForExtension | Method 'getConfiguredValue' is not designed for extension - needs to be abstract, final or empty. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter dentity should be final. | 47 | |
| misc | FinalParameters | Parameter loc should be final. | 47 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| misc | FinalParameters | Parameter OldEntity should be final. | 99 | |
| naming | ParameterName | Name 'OldEntity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| misc | FinalParameters | Parameter dentity should be final. | 100 | |
| misc | FinalParameters | Parameter loc should be final. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 188). | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 146 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 22 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.managers.configuration.core.owl.Entity. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| misc | FinalParameters | Parameter scope should be final. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'scope'. | 67 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| misc | FinalParameters | Parameter urn should be final. | 100 | |
| coding | MagicNumber | '3' is a magic number. | 105 | |
| coding | MagicNumber | '5' is a magic number. | 108 | |
| coding | MagicNumber | '3' is a magic number. | 109 | |
| coding | MagicNumber | '4' is a magic number. | 110 | |
| coding | MagicNumber | '3' is a magic number. | 112 | |
| coding | MagicNumber | '4' is a magic number. | 113 | |
| coding | MagicNumber | '7' is a magic number. | 116 | |
| coding | MagicNumber | '3' is a magic number. | 118 | |
| coding | MagicNumber | '5' is a magic number. | 118 | |
| coding | MagicNumber | '4' is a magic number. | 119 | |
| coding | MagicNumber | '6' is a magic number. | 119 | |
| coding | MagicNumber | '3' is a magic number. | 121 | |
| coding | MagicNumber | '5' is a magic number. | 121 | |
| coding | MagicNumber | '4' is a magic number. | 122 | |
| coding | MagicNumber | '6' is a magic number. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 24 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationEditionTypes.ConfigurableEntityEditor. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| misc | FinalParameters | Parameter confManager should be final. | 58 | |
| coding | HiddenField | 'confManager' hides a field. | 58 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| misc | FinalParameters | Parameter e should be final. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter configEditor should be final. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter cEditor should be final. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'entityUpdated' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter e should be final. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter e should be final. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| misc | FinalParameters | Parameter e should be final. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 18 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.scope.Scope. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter connector should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'connector'. | 63 | |
| misc | FinalParameters | Parameter file should be final. | 63 | |
| coding | HiddenField | 'file' hides a field. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 63 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 69 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocMethod | Expected an @return tag. | 85 | |
| javadoc | JavadocMethod | Expected @throws tag for 'FileNotFoundException'. | 85 | |
| coding | MagicNumber | '5' is a magic number. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| misc | FinalParameters | Parameter entities should be final. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'entities'. | 137 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 151 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| design | DesignForExtension | Method 'addEntity' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter ent should be final. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| javadoc | JavadocMethod | Expected an @return tag. | 193 | |
| misc | FinalParameters | Parameter newEnt should be final. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'newEnt'. | 193 | |
| misc | FinalParameters | Parameter emap should be final. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'emap'. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'mergeProbe' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| misc | FinalParameters | Parameter news should be final. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| javadoc | JavadocMethod | Expected an @return tag. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 225 | |
| misc | FinalParameters | Parameter news should be final. | 225 | |
| javadoc | JavadocMethod | Expected @param tag for 'news'. | 225 | |
| misc | FinalParameters | Parameter emap should be final. | 225 | |
| javadoc | JavadocMethod | Expected @param tag for 'emap'. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'mergeAdd' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| misc | FinalParameters | Parameter news should be final. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'find' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| misc | FinalParameters | Parameter uri should be final. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| design | DesignForExtension | Method 'find' is not designed for extension - needs to be abstract, final or empty. | 284 | |
| misc | FinalParameters | Parameter filters should be final. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| javadoc | JavadocMethod | Expected an @return tag. | 302 | |
| misc | FinalParameters | Parameter list should be final. | 302 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 302 | |
| misc | FinalParameters | Parameter filters should be final. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'filters'. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 23 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.interfaces.configuration.configurationDefinitionTypes.ConfigurationFile. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocMethod | Expected an @return tag. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'url'. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Expected an @return tag. | 47 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocMethod | Expected an @return tag. | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 85). | 17 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'moduleRegistry' must be private and have accessor methods. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| design | DesignForExtension | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| misc | FinalParameters | Parameter module should be final. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| misc | FinalParameters | Parameter module should be final. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 93 | |
| design | DesignForExtension | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| misc | FinalParameters | Parameter uri should be final. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 93 | |
| javadoc | JavadocMethod | Expected an @return tag. | 102 | |
| design | DesignForExtension | Method 'configurationChanged' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter scope should be final. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'scope'. | 102 | |
| misc | FinalParameters | Parameter value should be final. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter editorPool should be final. | 45 | |
| coding | HiddenField | 'editorPool' hides a field. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'editorPool'. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 56 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| misc | FinalParameters | Parameter mngr should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'mngr'. | 56 | |
| misc | FinalParameters | Parameter filter should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| misc | FinalParameters | Parameter manager should be final. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'manager'. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'processResponse' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| misc | FinalParameters | Parameter ents should be final. | 81 | |
| javadoc | JavadocMethod | Expected @param tag for 'ents'. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 82 | |
| design | DesignForExtension | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 47 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 73 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| misc | FinalParameters | Parameter mc should be final. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'mc'. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter shr should be final. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter clazzName should be final. | 106 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| misc | FinalParameters | Parameter sharedObj should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'sharedObj'. | 115 | |
| misc | FinalParameters | Parameter removeHook should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'removeHook'. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter removeHook should be final. | 122 | |
| javadoc | JavadocMethod | Expected @param tag for 'removeHook'. | 122 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 18 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| naming | StaticVariableName | Name 'WAIT_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| coding | MagicNumber | '1000' is a magic number. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| design | DesignForExtension | Method 'addConfigurableEntity' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| misc | FinalParameters | Parameter cent should be final. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'cent'. | 46 | |
| design | DesignForExtension | Method 'getList' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter classURI should be final. | 38 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 38 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 39 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 41 | |
| coding | MagicNumber | '3' is a magic number. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 62 | |
| naming | LocalVariableName | Name 'oci_Entity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| naming | LocalVariableName | Name 'oci_ConfigurationFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| naming | LocalVariableName | Name 'oci_ConfigurationParameter' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| coding | MagicNumber | '3' is a magic number. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter uri should be final. | 53 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter propURI should be final. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| design | DesignForExtension | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 80 | |
| design | DesignForExtension | Method 'getDefaultURL' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| design | DesignForExtension | Method 'setDefaultURL' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| design | DesignForExtension | Method 'getLocalURL' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| design | DesignForExtension | Method 'setLocalURL' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 97 | |
| design | DesignForExtension | Method 'getExtensionFilter' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| design | DesignForExtension | Method 'setExtensionFilter' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| design | DesignForExtension | Method 'loadContentFromLocalURL' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| design | DesignForExtension | Method 'loadContentFromDefaultURL' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'loadContentFormURL' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter u should be final. | 118 | |
| javadoc | JavadocMethod | Expected an @return tag. | 134 | |
| misc | FinalParameters | Parameter content should be final. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'content'. | 134 | |
| misc | FinalParameters | Parameter f should be final. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 134 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter propURI should be final. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 79 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 83 | |
| design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| design | DesignForExtension | Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| design | DesignForExtension | Method 'changeParameterRestriction' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter r should be final. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| design | DesignForExtension | Method 'getParameterRestriction' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 47 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter propURI should be final. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 69 | |
| design | DesignForExtension | Method 'isNewerThan' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter other should be final. | 72 | |
| design | DesignForExtension | Method 'incrementVersion' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter newPropValue should be final. | 89 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| misc | FinalParameters | Parameter description should be final. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'description'. | 97 | |
| misc | FinalParameters | Parameter loc should be final. | 97 | |
| javadoc | JavadocMethod | Expected @param tag for 'loc'. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 101 | |
| javadoc | JavadocMethod | Expected an @return tag. | 108 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| misc | FinalParameters | Parameter loc should be final. | 108 | |
| javadoc | JavadocMethod | Expected @param tag for 'loc'. | 108 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter loc should be final. | 113 | |
| javadoc | JavadocMethod | Expected an @return tag. | 121 | |
| design | DesignForExtension | Method 'containsDescriptionIn' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| misc | FinalParameters | Parameter loc should be final. | 121 | |
| javadoc | JavadocMethod | Expected @param tag for 'loc'. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | VisibilityModifier | Variable 'cm' must be private and have accessor methods. | 33 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter arg0 should be final. | 35 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 49 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter arg0 should be final. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter mainFolder should be final. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| javadoc | JavadocMethod | Expected an @return tag. | 41 | |
| design | DesignForExtension | Method 'cache' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| misc | FinalParameters | Parameter url should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'url'. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| javadoc | JavadocMethod | Expected an @return tag. | 46 | |
| design | DesignForExtension | Method 'getMasterFile' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| design | DesignForExtension | Method 'getLocalFile' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| misc | FinalParameters | Parameter id should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'id'. | 53 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 59 | |
| javadoc | JavadocMethod | Expected an @return tag. | 60 | |
| design | DesignForExtension | Method 'getTemporalFile' is not designed for extension - needs to be abstract, final or empty. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 82). | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter cacheFolder should be final. | 58 | |
| misc | FinalParameters | Parameter resource should be final. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 82 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter is should be final. | 105 | |
| coding | HiddenField | 'is' hides a field. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'is'. | 105 | |
| misc | FinalParameters | Parameter file should be final. | 105 | |
| coding | HiddenField | 'file' hides a field. | 105 | |
| javadoc | JavadocMethod | Expected @param tag for 'file'. | 105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 112 | |
| design | DesignForExtension | Method 'finalize' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Throwable'. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| coding | MagicNumber | '4096' is a magic number. | 124 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 142 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 151 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 151 | |
| design | DesignForExtension | Method 'finish' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - javax.swing.LayoutFocusTraversalPolicy. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| naming | MemberName | Name 'TIMEOUT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| misc | FinalParameters | Parameter context should be final. | 109 | |
| coding | HiddenField | 'context' hides a field. | 109 | |
| coding | MagicNumber | '5' is a magic number. | 111 | |
| coding | MagicNumber | '60' is a magic number. | 111 | |
| coding | MagicNumber | '1000' is a magic number. | 111 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 126 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 126 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 136 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 140 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 144 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 163 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 170 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 178 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 183 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 190 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 193 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 208 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 215 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 226 | |
| design | DesignForExtension | Method 'requestToInstall' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| misc | FinalParameters | Parameter application should be final. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| naming | MethodName | Name 'm_requestToInstall' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 247 | |
| misc | FinalParameters | Parameter application should be final. | 247 | |
| misc | FinalParameters | Parameter result should be final. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 257 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 275 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 283 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 293 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 293 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 318 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 318 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 325 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 333 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 342 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 361 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| misc | FinalParameters | Parameter card should be final. | 382 | |
| misc | FinalParameters | Parameter peer should be final. | 383 | |
| misc | FinalParameters | Parameter content should be final. | 383 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 384 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 389 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 401 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 423 | |
| misc | FinalParameters | Parameter reg should be final. | 423 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 439 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 445 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 452 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 458 | |
| misc | FinalParameters | Parameter app should be final. | 458 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 479 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 490 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 495 | |
| misc | FinalParameters | Parameter serviceId should be final. | 495 | |
| misc | FinalParameters | Parameter id should be final. | 495 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 500 | |
| misc | FinalParameters | Parameter serviceId should be final. | 500 | |
| misc | FinalParameters | Parameter id should be final. | 500 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 512 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 517 | |
| misc | FinalParameters | Parameter serviceId should be final. | 517 | |
| misc | FinalParameters | Parameter id should be final. | 517 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 531 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 531 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 538 | |
| misc | FinalParameters | Parameter peerId should be final. | 538 | |
| design | DesignForExtension | Method 'requestToUninstall' is not designed for extension - needs to be abstract, final or empty. | 549 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 549 | |
| misc | FinalParameters | Parameter serviceId should be final. | 549 | |
| misc | FinalParameters | Parameter id should be final. | 550 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 551 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 554 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 556 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 558 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 568 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 573 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 573 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 589 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 612 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 620 | |
| misc | FinalParameters | Parameter broker should be final. | 620 | |
| misc | FinalParameters | Parameter target should be final. | 621 | |
| misc | FinalParameters | Parameter card should be final. | 621 | |
| misc | FinalParameters | Parameter timeout should be final. | 621 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 629 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 639 | |
| misc | FinalParameters | Parameter monitor should be final. | 639 | |
| misc | FinalParameters | Parameter item should be final. | 640 | |
| misc | FinalParameters | Parameter timeout should be final. | 640 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 662 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 671 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 678 | |
| misc | FinalParameters | Parameter broker should be final. | 678 | |
| misc | FinalParameters | Parameter content should be final. | 679 | |
| misc | FinalParameters | Parameter peer should be final. | 679 | |
| misc | FinalParameters | Parameter card should be final. | 679 | |
| misc | FinalParameters | Parameter timeout should be final. | 679 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 698 | |
| misc | FinalParameters | Parameter v should be final. | 698 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 700 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 704 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 709 | |
| misc | FinalParameters | Parameter app should be final. | 709 | |
| design | DesignForExtension | Method 'installationPartNotification' is not designed for extension - needs to be abstract, final or empty. | 719 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 719 | |
| misc | FinalParameters | Parameter card should be final. | 719 | |
| misc | FinalParameters | Parameter partID should be final. | 719 | |
| misc | FinalParameters | Parameter peer should be final. | 720 | |
| misc | FinalParameters | Parameter status should be final. | 720 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 723 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 728 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 729 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 740 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 744 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 768 | |
| misc | FinalParameters | Parameter out should be final. | 768 | |
| misc | FinalParameters | Parameter dir should be final. | 768 | |
| misc | FinalParameters | Parameter name should be final. | 768 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 769 | |
| coding | MagicNumber | '1000' is a magic number. | 770 | |
| coding | SimplifyBooleanExpression | Expression can be simplified. | 775 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 791 | |
| coding | MagicNumber | '1000' is a magic number. | 805 | |
| coding | MagicNumber | '1000' is a magic number. | 808 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 813 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 823 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 832 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 840 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 842 | |
| javadoc | JavadocMethod | Expected an @return tag. | 847 | |
| misc | FinalParameters | Parameter applicationFolder should be final. | 847 | |
| javadoc | JavadocMethod | Expected @param tag for 'applicationFolder'. | 847 | |
| misc | FinalParameters | Parameter part should be final. | 847 | |
| javadoc | JavadocMethod | Expected @param tag for 'part'. | 847 | |
| naming | LocalFinalVariableName | Name 'METHOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 848 | |
| coding | MagicNumber | '1024' is a magic number. | 851 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 878 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 878 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 883 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 888 | |
| misc | FinalParameters | Parameter f should be final. | 906 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 918 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 930 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 930 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 935 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 940 | |
| design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 947 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 947 | |
| misc | FinalParameters | Parameter sharedObj should be final. | 947 | |
| misc | FinalParameters | Parameter arg1 should be final. | 947 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 951 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 956 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 964 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 971 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 971 | |
| design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 979 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 979 | |
| misc | FinalParameters | Parameter sharedObj should be final. | 979 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 983 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 989 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 995 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1006 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1008 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 1024 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1044 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1046 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1052 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1055 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1065 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1066 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1073 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1076 | |
| javadoc | JavadocMethod | Unused @param tag for 'mpa'. | 1077 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 1079 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1080 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1091 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1109 | |
| design | DesignForExtension | Method 'aalSpaceJoined' is not designed for extension - needs to be abstract, final or empty. | 1113 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 1113 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 1113 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1118 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1128 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 1128 | |
| design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 1133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1133 | |
| design | DesignForExtension | Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. | 1140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1140 | |
| misc | FinalParameters | Parameter configurations should be final. | 1140 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1143 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1147 | |
| blocks | EmptyBlock | Must have at least one statement. | 1149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1155 | |
| misc | FinalParameters | Parameter peer should be final. | 1155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1160 | |
| misc | FinalParameters | Parameter peer should be final. | 1160 | |
| design | DesignForExtension | Method 'isDeployCoordinator' is not designed for extension - needs to be abstract, final or empty. | 1165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1169 | |
| misc | FinalParameters | Parameter status should be final. | 1169 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| naming | StaticVariableName | Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter context should be final. | 58 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 88 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter context should be final. | 91 | |
| design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter properties should be final. | 96 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 104 | |
| coding | MagicNumber | '20' is a magic number. | 106 | |
| coding | MagicNumber | '500' is a magic number. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Unused @param tag for 'member'. | 39 | |
| javadoc | JavadocMethod | Unused @param tag for 'type'. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'busMemberID'. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'busName'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'memberType'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'label'. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'comment'. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Unused @param tag for 'member'. | 53 | |
| javadoc | JavadocMethod | Unused @param tag for 'type'. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| javadoc | JavadocMethod | Expected @param tag for 'busMemberID'. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 67 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 71 | |
| design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter sender should be final. | 72 | |
| misc | FinalParameters | Parameter r should be final. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter sender should be final. | 98 | |
| misc | FinalParameters | Parameter r should be final. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter sender should be final. | 115 | |
| misc | FinalParameters | Parameter r should be final. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter r should be final. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 138 | |
| design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter sender should be final. | 139 | |
| misc | FinalParameters | Parameter r should be final. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 155 | |
| design | DesignForExtension | Method 'busMemberAdded' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| misc | FinalParameters | Parameter member should be final. | 156 | |
| misc | FinalParameters | Parameter type should be final. | 156 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 160 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 161 | |
| design | DesignForExtension | Method 'busMemberRemoved' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 205 | |
| misc | FinalParameters | Parameter member should be final. | 205 | |
| misc | FinalParameters | Parameter type should be final. | 205 | |
| design | DesignForExtension | Method 'regParamsAdded' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 224 | |
| misc | FinalParameters | Parameter busMemberID should be final. | 224 | |
| misc | FinalParameters | Parameter params should be final. | 224 | |
| design | DesignForExtension | Method 'regParamsRemoved' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| misc | FinalParameters | Parameter busMemberID should be final. | 247 | |
| misc | FinalParameters | Parameter params should be final. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| design | DesignForExtension | Method 'addListenerLocally' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 278 | |
| design | DesignForExtension | Method 'removeListenerLocally' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 289 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'myPeer' must be private and have accessor methods. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| design | VisibilityModifier | Variable 'shared' must be private and have accessor methods. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | VisibilityModifier | Variable 'handlers' must be private and have accessor methods. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter sender should be final. | 96 | |
| misc | FinalParameters | Parameter msg should be final. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter context should be final. | 119 | |
| coding | HiddenField | 'context' hides a field. | 119 | |
| misc | FinalParameters | Parameter shareParamsBMLMgmt should be final. | 120 | |
| misc | FinalParameters | Parameter removeParamsBMLMgmt should be final. | 120 | |
| coding | HiddenField | 'removeParamsBMLMgmt' hides a field. | 120 | |
| misc | FinalParameters | Parameter shareParamsLLMgmt should be final. | 121 | |
| misc | FinalParameters | Parameter removeParamsLLMgmt should be final. | 121 | |
| coding | HiddenField | 'removeParamsLLMgmt' hides a field. | 121 | |
| misc | FinalParameters | Parameter shareParamsEvtH should be final. | 122 | |
| misc | FinalParameters | Parameter removeParamsEvtH should be final. | 122 | |
| coding | HiddenField | 'removeParamsEvtH' hides a field. | 122 | |
| design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter listener should be final. | 140 | |
| misc | FinalParameters | Parameter nodes should be final. | 141 | |
| design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter listener should be final. | 145 | |
| misc | FinalParameters | Parameter nodes should be final. | 146 | |
| design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| misc | FinalParameters | Parameter listener should be final. | 150 | |
| misc | FinalParameters | Parameter nodes should be final. | 151 | |
| design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| misc | FinalParameters | Parameter listener should be final. | 155 | |
| misc | FinalParameters | Parameter nodes should be final. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter configurations should be final. | 161 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| misc | FinalParameters | Parameter r should be final. | 178 | |
| misc | FinalParameters | Parameter receivers should be final. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| misc | FinalParameters | Parameter r should be final. | 182 | |
| misc | FinalParameters | Parameter receivers should be final. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 192 | |
| misc | FinalParameters | Parameter r should be final. | 192 | |
| misc | FinalParameters | Parameter receiver should be final. | 192 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | MemberName | Name 'TYPE_ADD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | MemberName | Name 'TYPE_REMOVE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| design | VisibilityModifier | Variable 'listeners' must be private and have accessor methods. | 49 | |
| design | VisibilityModifier | Variable 'localListeners' must be private and have accessor methods. | 55 | |
| design | VisibilityModifier | Variable 'subscribers' must be private and have accessor methods. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter add should be final. | 70 | |
| misc | FinalParameters | Parameter remove should be final. | 70 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter sender should be final. | 81 | |
| misc | FinalParameters | Parameter r should be final. | 81 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter sender should be final. | 99 | |
| misc | FinalParameters | Parameter r should be final. | 99 | |
| design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter listener should be final. | 116 | |
| misc | FinalParameters | Parameter nodes should be final. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| misc | FinalParameters | Parameter listener should be final. | 179 | |
| misc | FinalParameters | Parameter nodes should be final. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| misc | FinalParameters | Parameter peers should be final. | 234 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| misc | FinalParameters | Parameter peers should be final. | 244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 256 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 258 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 259 | |
| design | DesignForExtension | Method 'aalSpaceLost' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 | |
| design | DesignForExtension | Method 'newPeerJoined' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 | |
| coding | MagicNumber | '5000' is a magic number. | 288 | |
| design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| misc | FinalParameters | Parameter peer should be final. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 335 | |
| misc | FinalParameters | Parameter status should be final. | 335 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 67 | |
| design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter sender should be final. | 68 | |
| misc | FinalParameters | Parameter r should be final. | 68 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 84 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'log' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter logLevel should be final. | 101 | |
| misc | FinalParameters | Parameter module should be final. | 101 | |
| misc | FinalParameters | Parameter pkg should be final. | 101 | |
| misc | FinalParameters | Parameter cls should be final. | 101 | |
| misc | FinalParameters | Parameter method should be final. | 102 | |
| misc | FinalParameters | Parameter msgPart should be final. | 102 | |
| misc | FinalParameters | Parameter t should be final. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| design | DesignForExtension | Method 'setSharingParams' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| misc | FinalParameters | Parameter sharingParams should be final. | 142 | |
| coding | HiddenField | 'sharingParams' hides a field. | 142 | |
| design | DesignForExtension | Method 'shareObject' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter objToShare should be final. | 146 | |
| design | DesignForExtension | Method 'removeSharedObject' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter objToRemove should be final. | 151 | |
| design | DesignForExtension | Method 'addListenerLocally' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| design | DesignForExtension | Method 'removeListenerLocally' is not designed for extension - needs to be abstract, final or empty. | 166 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | DesignForExtension | Method 'getContext' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 47 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 73 | |
| modifier | ModifierOrder | 'final' modifier out of order with the JLS suggestions. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| misc | FinalParameters | Parameter mc should be final. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'mc'. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter shr should be final. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter clazzName should be final. | 106 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 108 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 114 | |
| design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| misc | FinalParameters | Parameter sharedObj should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'sharedObj'. | 115 | |
| misc | FinalParameters | Parameter removeHook should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'removeHook'. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| misc | FinalParameters | Parameter removeHook should be final. | 122 | |
| javadoc | JavadocMethod | Expected @param tag for 'removeHook'. | 122 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| design | FinalClass | Class SpaceListener should be declared as final. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter l should be final. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter peer should be final. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter peer should be final. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter status should be final. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| javadoc | JavadocMethod | Expected an @return tag. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| misc | FinalParameters | Parameter sharedObj should be final. | 127 | |
| misc | FinalParameters | Parameter removeHook should be final. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter removeHook should be final. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| design | VisibilityModifier | Variable 'context' must be private and have accessor methods. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| design | VisibilityModifier | Variable 'mm' must be private and have accessor methods. | 39 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter arg0 should be final. | 41 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 49 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 51 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter arg0 should be final. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter module should be final. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter configurations should be final. | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 51 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'registerTenant' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter tenantID should be final. | 69 | |
| misc | FinalParameters | Parameter tenantDescription should be final. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| misc | FinalParameters | Parameter tenantID should be final. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter tenantID should be final. | 95 | |
| misc | FinalParameters | Parameter tenantDescription should be final. | 96 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 101 | |
| design | DesignForExtension | Method 'unregisterTenant' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter tenantID should be final. | 112 | |
| design | DesignForExtension | Method 'getTenants' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| design | DesignForExtension | Method 'addTenantListener' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| misc | FinalParameters | Parameter tenantListener should be final. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| design | DesignForExtension | Method 'removeTenantListener' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter tenantListener should be final. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter context should be final. | 46 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 48 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 56 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter context should be final. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocMethod | Unused @param tag for 'configurations'. | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'aalSpaceCard'. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 68 | |
| javadoc | JavadocMethod | Expected @param tag for 'aalSpaceCard'. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| javadoc | JavadocMethod | Unused @param tag for 'spaceCard'. | 73 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'aalSpaceCard'. | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocMethod | Unused @param tag for 'spaceCard'. | 84 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'aalSpaceCard'. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Unused @param tag for 'spaceCard'. | 93 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceCoordinator'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'aalSpaceCard'. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'aalSpaceDescriptor'. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'sender'. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocMethod | Unused @param tag for 'spaceDescriptor'. | 128 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'aalSpaceDescriptor'. | 133 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocMethod | Unused @param tag for 'spaceCard'. | 138 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'aalSpaceCard'. | 143 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 149 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 158 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'channelMessage'. | 45 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CommunicationModuleException'. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'receivers'. | 67 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CommunicationModuleException'. | 68 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 77 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CommunicationModuleException'. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 85 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 85 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CommunicationModuleException'. | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 96 | |
| javadoc | JavadocMethod | Expected @param tag for 'receiver'. | 97 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CommunicationModuleException'. | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'receiver'. | 106 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CommunicationModuleException'. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 115 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'channelName'. | 115 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'channelName'. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocMethod | Expected an @return tag. | 134 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'clz'. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 143 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'communicationChannels'. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'peerName'. | 41 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'communicationChannels'. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'groupName'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Expected an @return tag. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 95). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 94 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 94 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 99 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 110 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 116 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 132 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 132 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 136 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 142 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 149 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 159 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 163 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 168 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 176 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 176 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 193 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 201 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 206 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 213 | |
| misc | FinalParameters | Parameter context should be final. | 213 | |
| coding | HiddenField | 'context' hides a field. | 213 | |
| design | DesignForExtension | Method 'getAALSpaces' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| design | DesignForExtension | Method 'getAALSpaces' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 222 | |
| misc | FinalParameters | Parameter filters should be final. | 222 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 233 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 235 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 246 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 259 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 263 | |
| design | DesignForExtension | Method 'newAALSpace' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 268 | |
| misc | FinalParameters | Parameter aalSpaceCard should be final. | 268 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 273 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 298 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 302 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| design | DesignForExtension | Method 'loadConfigurations' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| misc | FinalParameters | Parameter configurations should be final. | 322 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 329 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 347 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 354 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 361 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 361 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 369 | |
| design | DesignForExtension | Method 'leaveAALSpace' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 369 | |
| misc | FinalParameters | Parameter spaceCoordinator should be final. | 369 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 374 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 374 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 389 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 395 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 401 | |
| design | DesignForExtension | Method 'requestToLeave' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 409 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 409 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 414 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 414 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 428 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 433 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 439 | |
| design | DesignForExtension | Method 'requestPeerCard' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 447 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 447 | |
| misc | FinalParameters | Parameter peerAddress should be final. | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 453 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 453 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 469 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 475 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 481 | |
| design | DesignForExtension | Method 'newAALSpacesFound' is not designed for extension - needs to be abstract, final or empty. | 489 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 489 | |
| misc | FinalParameters | Parameter spaceCards should be final. | 489 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 491 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 493 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 496 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 497 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 500 | |
| design | DesignForExtension | Method 'joinAALSpace' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 503 | |
| misc | FinalParameters | Parameter spaceCoordinator should be final. | 503 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 504 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 511 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 518 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 536 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 542 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 542 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 548 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 554 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 559 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 559 | |
| design | DesignForExtension | Method 'addPeer' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 566 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 566 | |
| misc | FinalParameters | Parameter newPeer should be final. | 566 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 572 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 579 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 584 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 595 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 600 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 607 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 613 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 618 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 618 | |
| design | DesignForExtension | Method 'announceNewPeer' is not designed for extension - needs to be abstract, final or empty. | 625 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 625 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 625 | |
| misc | FinalParameters | Parameter peerCard should be final. | 625 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 631 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 649 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 653 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 660 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 660 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 664 | |
| design | DesignForExtension | Method 'messageFromSpace' is not designed for extension - needs to be abstract, final or empty. | 668 | |
| sizes | MethodLength | Method length is 250 lines (max allowed is 150). | 668 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 668 | |
| misc | FinalParameters | Parameter message should be final. | 668 | |
| misc | FinalParameters | Parameter sender should be final. | 668 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 672 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 676 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 688 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 688 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 693 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 700 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 703 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 713 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 719 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 731 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 731 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 745 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 745 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 754 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 766 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 766 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 771 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 780 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 780 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 788 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 800 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 800 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 808 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 815 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 824 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 829 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 835 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 851 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 851 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 871 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 875 | |
| blocks | AvoidNestedBlocks | Avoid nested blocks. | 878 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 890 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 890 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 898 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 917 | |
| design | DesignForExtension | Method 'configureAALSpaceChannel' is not designed for extension - needs to be abstract, final or empty. | 920 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 920 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 925 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 925 | |
| design | DesignForExtension | Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. | 935 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 935 | |
| misc | FinalParameters | Parameter message should be final. | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 941 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 941 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 955 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 955 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 959 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 961 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 965 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 975 | |
| design | DesignForExtension | Method 'handleSendError' is not designed for extension - needs to be abstract, final or empty. | 980 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 980 | |
| misc | FinalParameters | Parameter message should be final. | 980 | |
| misc | FinalParameters | Parameter exception should be final. | 981 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 986 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1007 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1012 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1023 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1023 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1031 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1031 | |
| design | DesignForExtension | Method 'destroyAALSpace' is not designed for extension - needs to be abstract, final or empty. | 1036 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1036 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 1036 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1038 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1049 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1055 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 1055 | |
| design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 1058 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1058 | |
| misc | FinalParameters | Parameter arg0 should be final. | 1058 | |
| misc | FinalParameters | Parameter arg1 should be final. | 1058 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1071 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1077 | |
| design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 1083 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1083 | |
| misc | FinalParameters | Parameter arg0 should be final. | 1083 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1089 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1098 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1098 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1104 | |
| design | DesignForExtension | Method 'getBrokerName' is not designed for extension - needs to be abstract, final or empty. | 1111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1111 | |
| design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 1115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1118 | |
| design | DesignForExtension | Method 'getPeersAddress' is not designed for extension - needs to be abstract, final or empty. | 1127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1127 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1129 | |
| design | DesignForExtension | Method 'renewAALSpace' is not designed for extension - needs to be abstract, final or empty. | 1136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1136 | |
| misc | FinalParameters | Parameter spaceCard should be final. | 1136 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1144 | |
| design | DesignForExtension | Method 'unmarshall' is not designed for extension - needs to be abstract, final or empty. | 1151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1151 | |
| misc | FinalParameters | Parameter message should be final. | 1151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | StaticVariableName | Name 'SERVICE_PID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter context should be final. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 55 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 76 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 83 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 85 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| misc | FinalParameters | Parameter arg0 should be final. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| design | DesignForExtension | Method 'updated' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter properties should be final. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 86). | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter message should be final. | 44 | |
| coding | HiddenField | 'message' hides a field. | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| misc | FinalParameters | Parameter communicationConnector should be final. | 45 | |
| coding | HiddenField | 'communicationConnector' hides a field. | 45 | |
| misc | FinalParameters | Parameter listener should be final. | 46 | |
| coding | HiddenField | 'listener' hides a field. | 46 | |
| misc | FinalParameters | Parameter moduleContext should be final. | 46 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | JavadocMethod | Expected an @return tag. | 78 | |
| design | DesignForExtension | Method 'init' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 98 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 98 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 107 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 111 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 116 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 127 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 135 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 148 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 148 | |
| design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| misc | FinalParameters | Parameter channels should be final. | 157 | |
| design | DesignForExtension | Method 'dispose' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| misc | FinalParameters | Parameter context should be final. | 165 | |
| coding | HiddenField | 'context' hides a field. | 165 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| javadoc | JavadocMethod | Expected an @return tag. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 176 | |
| misc | FinalParameters | Parameter channelNames should be final. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'channelNames'. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| design | DesignForExtension | Method 'messageReceived' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| misc | FinalParameters | Parameter channelMessage should be final. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 195 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 195 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 216 | |
| design | DesignForExtension | Method 'addMessageListener' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| misc | FinalParameters | Parameter listener should be final. | 216 | |
| misc | FinalParameters | Parameter channelName should be final. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 228 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 231 | |
| design | DesignForExtension | Method 'getListenerByNameAndType' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| misc | FinalParameters | Parameter name should be final. | 235 | |
| coding | HiddenField | 'name' hides a field. | 235 | |
| misc | FinalParameters | Parameter clz should be final. | 235 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| design | DesignForExtension | Method 'removeMessageListener' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| misc | FinalParameters | Parameter listener should be final. | 242 | |
| misc | FinalParameters | Parameter channelName should be final. | 243 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 248 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 253 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| misc | FinalParameters | Parameter configurations should be final. | 273 | |
| design | DesignForExtension | Method 'rejectedExecution' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| misc | FinalParameters | Parameter r should be final. | 276 | |
| misc | FinalParameters | Parameter executor should be final. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 281 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 285 | |
| design | DesignForExtension | Method 'configureChannels' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 288 | |
| misc | FinalParameters | Parameter channels should be final. | 288 | |
| misc | FinalParameters | Parameter peerName should be final. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 290 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 292 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 295 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 298 | |
| design | DesignForExtension | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| misc | FinalParameters | Parameter message should be final. | 301 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 301 | |
| misc | FinalParameters | Parameter listener should be final. | 301 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 301 | |
| misc | FinalParameters | Parameter receiver should be final. | 302 | |
| javadoc | JavadocMethod | Expected @param tag for 'receiver'. | 302 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 322 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 327 | |
| design | DesignForExtension | Method 'send' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| misc | FinalParameters | Parameter message should be final. | 330 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 330 | |
| misc | FinalParameters | Parameter receiver should be final. | 330 | |
| javadoc | JavadocMethod | Expected @param tag for 'receiver'. | 330 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 354 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 359 | |
| misc | FinalParameters | Parameter message should be final. | 362 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 362 | |
| misc | FinalParameters | Parameter receivers should be final. | 362 | |
| javadoc | JavadocMethod | Expected @param tag for 'receivers'. | 362 | |
| misc | FinalParameters | Parameter listener should be final. | 363 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 363 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 367 | |
| misc | FinalParameters | Parameter message should be final. | 370 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 370 | |
| misc | FinalParameters | Parameter recipients should be final. | 370 | |
| javadoc | JavadocMethod | Expected @param tag for 'recipients'. | 370 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 374 | |
| misc | FinalParameters | Parameter message should be final. | 377 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 377 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 381 | |
| design | DesignForExtension | Method 'sendAll' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| misc | FinalParameters | Parameter message should be final. | 384 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 384 | |
| misc | FinalParameters | Parameter listener should be final. | 384 | |
| javadoc | JavadocMethod | Expected @param tag for 'listener'. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 399 | |
| design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| misc | FinalParameters | Parameter sharedObj should be final. | 404 | |
| misc | FinalParameters | Parameter removeHook should be final. | 404 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 408 | |
| design | DesignForExtension | Method 'sharedObjectRemoved' is not designed for extension - needs to be abstract, final or empty. | 414 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 414 | |
| misc | FinalParameters | Parameter removeHook should be final. | 414 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 418 | |
| design | DesignForExtension | Method 'getGroupMembers' is not designed for extension - needs to be abstract, final or empty. | 424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 424 | |
| misc | FinalParameters | Parameter group should be final. | 424 | |
| design | DesignForExtension | Method 'hasChannel' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 428 | |
| misc | FinalParameters | Parameter channelName should be final. | 428 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 86). | 26 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter message should be final. | 51 | |
| coding | HiddenField | 'message' hides a field. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| misc | FinalParameters | Parameter communicationConnector should be final. | 52 | |
| coding | HiddenField | 'communicationConnector' hides a field. | 52 | |
| misc | FinalParameters | Parameter receiver should be final. | 52 | |
| coding | HiddenField | 'receiver' hides a field. | 52 | |
| misc | FinalParameters | Parameter listeners should be final. | 53 | |
| coding | HiddenField | 'listeners' hides a field. | 53 | |
| misc | FinalParameters | Parameter moduleContext should be final. | 53 | |
| design | DesignForExtension | Method 'run' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 69 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 78 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | VisibilityModifier | Variable 'communicationModule' must be private and have accessor methods. | 40 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter context should be final. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 44 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 47 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 52 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 55 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter context should be final. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter errorCode should be final. | 38 | |
| coding | HiddenField | 'errorCode' hides a field. | 38 | |
| misc | FinalParameters | Parameter description should be final. | 38 | |
| coding | HiddenField | 'description' hides a field. | 38 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| design | DesignForExtension | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 | |
| design | DesignForExtension | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter description should be final. | 38 | |
| coding | HiddenField | 'description' hides a field. | 38 | |
| design | DesignForExtension | Method 'getErrorCode' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| design | DesignForExtension | Method 'setErrorCode' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter errorCode should be final. | 46 | |
| coding | HiddenField | 'errorCode' hides a field. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter errorCode should be final. | 52 | |
| coding | HiddenField | 'errorCode' hides a field. | 52 | |
| misc | FinalParameters | Parameter description should be final. | 52 | |
| coding | HiddenField | 'description' hides a field. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter errorCode should be final. | 58 | |
| coding | HiddenField | 'errorCode' hides a field. | 58 | |
| misc | FinalParameters | Parameter description should be final. | 58 | |
| coding | HiddenField | 'description' hides a field. | 58 | |
| misc | FinalParameters | Parameter t should be final. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 23 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 40 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'message'. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'e'. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| naming | StaticVariableName | Name 'MODULE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 | |
| design | VisibilityModifier | Variable 'MODULE_NAME' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| naming | StaticVariableName | Name 'MODULE_VERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| design | VisibilityModifier | Variable 'MODULE_VERSION' must be private and have accessor methods. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | StaticVariableName | Name 'MODULE_PROVIDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| design | VisibilityModifier | Variable 'MODULE_PROVIDER' must be private and have accessor methods. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| naming | StaticVariableName | Name 'MODULE_DESCRIPTION' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
| design | VisibilityModifier | Variable 'MODULE_DESCRIPTION' must be private and have accessor methods. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| naming | StaticVariableName | Name 'PEER_SCAN_PERIOD' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| design | VisibilityModifier | Variable 'PEER_SCAN_PERIOD' must be private and have accessor methods. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.rdf.TypeMapper. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| misc | FinalParameters | Parameter propURI should be final. | 87 | |
| misc | FinalParameters | Parameter expr should be final. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 102 | |
| misc | FinalParameters | Parameter propURI should be final. | 105 | |
| misc | FinalParameters | Parameter typeURI should be final. | 105 | |
| misc | FinalParameters | Parameter member should be final. | 125 | |
| misc | FinalParameters | Parameter context should be final. | 125 | |
| misc | FinalParameters | Parameter ttl should be final. | 125 | |
| misc | FinalParameters | Parameter log should be final. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| misc | FinalParameters | Parameter other should be final. | 154 | |
| misc | FinalParameters | Parameter context should be final. | 154 | |
| misc | FinalParameters | Parameter ttl should be final. | 155 | |
| misc | FinalParameters | Parameter log should be final. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 167 | |
| misc | FinalParameters | Parameter subset should be final. | 186 | |
| misc | FinalParameters | Parameter context should be final. | 186 | |
| misc | FinalParameters | Parameter ttl should be final. | 186 | |
| misc | FinalParameters | Parameter log should be final. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 198 | |
| misc | FinalParameters | Parameter propURI should be final. | 212 | |
| misc | FinalParameters | Parameter o should be final. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.rdf.Variable. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 35 | |
| design | DesignForExtension | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getMemberLen' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter member should be final. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| misc | FinalParameters | Parameter datatypeURI should be final. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| misc | FinalParameters | Parameter datatypeURI should be final. | 118 | |
| misc | FinalParameters | Parameter min should be final. | 118 | |
| coding | HiddenField | 'min' hides a field. | 118 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 119 | |
| coding | HiddenField | 'minInclusive' hides a field. | 119 | |
| misc | FinalParameters | Parameter max should be final. | 119 | |
| coding | HiddenField | 'max' hides a field. | 119 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 119 | |
| coding | HiddenField | 'maxInclusive' hides a field. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| design | DesignForExtension | Method 'checkType' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| misc | FinalParameters | Parameter o should be final. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| misc | FinalParameters | Parameter min should be final. | 164 | |
| coding | HiddenField | 'min' hides a field. | 164 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 164 | |
| coding | HiddenField | 'minInclusive' hides a field. | 164 | |
| misc | FinalParameters | Parameter max should be final. | 164 | |
| coding | HiddenField | 'max' hides a field. | 164 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 165 | |
| coding | HiddenField | 'maxInclusive' hides a field. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| misc | FinalParameters | Parameter min should be final. | 180 | |
| coding | HiddenField | 'min' hides a field. | 180 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 180 | |
| coding | HiddenField | 'minInclusive' hides a field. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| misc | FinalParameters | Parameter max should be final. | 203 | |
| coding | HiddenField | 'max' hides a field. | 203 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 203 | |
| coding | HiddenField | 'maxInclusive' hides a field. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| design | DesignForExtension | Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| misc | FinalParameters | Parameter copy should be final. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| design | DesignForExtension | Method 'getLowerbound' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| design | DesignForExtension | Method 'getUpperbound' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| misc | FinalParameters | Parameter propURI should be final. | 255 | |
| misc | FinalParameters | Parameter o should be final. | 255 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 277 | |
| design | DesignForExtension | Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 304 | |
| misc | FinalParameters | Parameter member should be final. | 304 | |
| misc | FinalParameters | Parameter context should be final. | 304 | |
| misc | FinalParameters | Parameter ttl should be final. | 304 | |
| misc | FinalParameters | Parameter log should be final. | 304 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| design | DesignForExtension | Method 'isDisjointWith' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| misc | FinalParameters | Parameter other should be final. | 318 | |
| misc | FinalParameters | Parameter context should be final. | 318 | |
| misc | FinalParameters | Parameter ttl should be final. | 319 | |
| misc | FinalParameters | Parameter log should be final. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 342 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 354 | |
| misc | FinalParameters | Parameter subset should be final. | 354 | |
| misc | FinalParameters | Parameter context should be final. | 354 | |
| misc | FinalParameters | Parameter ttl should be final. | 354 | |
| misc | FinalParameters | Parameter log should be final. | 354 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 357 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 359 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 366 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 49 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter claz should be final. | 57 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter claz should be final. | 67 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 68 | |
| javadoc | JavadocMethod | Expected an @return tag. | 80 | |
| javadoc | JavadocMethod | Expected an @return tag. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocMethod | Expected @param tag for 'arg0'. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| javadoc | JavadocMethod | Expected an @return tag. | 142 | |
| misc | FinalParameters | Parameter other should be final. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 142 | |
| javadoc | JavadocMethod | Expected an @return tag. | 151 | |
| misc | FinalParameters | Parameter other should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 151 | |
| javadoc | JavadocMethod | Expected an @return tag. | 160 | |
| misc | FinalParameters | Parameter other should be final. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 160 | |
| javadoc | JavadocMethod | Expected an @return tag. | 175 | |
| misc | FinalParameters | Parameter other should be final. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 175 | |
| javadoc | JavadocMethod | Expected an @return tag. | 184 | |
| misc | FinalParameters | Parameter other should be final. | 184 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 184 | |
| javadoc | JavadocMethod | Expected an @return tag. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| misc | FinalParameters | Parameter toComplement should be final. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| javadoc | JavadocMethod | Expected an @return tag. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| misc | FinalParameters | Parameter member should be final. | 94 | |
| misc | FinalParameters | Parameter context should be final. | 94 | |
| misc | FinalParameters | Parameter ttl should be final. | 94 | |
| misc | FinalParameters | Parameter log should be final. | 95 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 101 | |
| misc | FinalParameters | Parameter subtype should be final. | 107 | |
| misc | FinalParameters | Parameter context should be final. | 107 | |
| misc | FinalParameters | Parameter ttl should be final. | 107 | |
| misc | FinalParameters | Parameter log should be final. | 108 | |
| misc | FinalParameters | Parameter other should be final. | 115 | |
| misc | FinalParameters | Parameter context should be final. | 115 | |
| misc | FinalParameters | Parameter ttl should be final. | 116 | |
| misc | FinalParameters | Parameter log should be final. | 116 | |
| misc | FinalParameters | Parameter propURI should be final. | 127 | |
| misc | FinalParameters | Parameter o should be final. | 127 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 87 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 96 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 105 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 107 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| misc | FinalParameters | Parameter prop should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'prop'. | 51 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 61 | |
| misc | FinalParameters | Parameter info should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'info'. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 76 | |
| misc | FinalParameters | Parameter propURI should be final. | 76 | |
| misc | FinalParameters | Parameter info should be final. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.rdf.Variable. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter min should be final. | 60 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 60 | |
| misc | FinalParameters | Parameter max should be final. | 60 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| misc | FinalParameters | Parameter min should be final. | 79 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 79 | |
| misc | FinalParameters | Parameter max should be final. | 79 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| misc | FinalParameters | Parameter min should be final. | 101 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 101 | |
| misc | FinalParameters | Parameter max should be final. | 101 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 102 | |
| misc | FinalParameters | Parameter o should be final. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| misc | FinalParameters | Parameter c should be final. | 115 | |
| misc | FinalParameters | Parameter c should be final. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.rdf.TypeMapper. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| misc | FinalParameters | Parameter values should be final. | 75 | |
| coding | HiddenField | 'values' hides a field. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| misc | FinalParameters | Parameter o should be final. | 102 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 176 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 184 | |
| misc | FinalParameters | Parameter value should be final. | 190 | |
| misc | FinalParameters | Parameter context should be final. | 190 | |
| misc | FinalParameters | Parameter ttl should be final. | 190 | |
| misc | FinalParameters | Parameter log should be final. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 196 | |
| misc | FinalParameters | Parameter subtype should be final. | 201 | |
| misc | FinalParameters | Parameter context should be final. | 201 | |
| misc | FinalParameters | Parameter ttl should be final. | 201 | |
| misc | FinalParameters | Parameter log should be final. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 222 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 228 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 234 | |
| javadoc | JavadocMethod | Expected an @return tag. | 243 | |
| misc | FinalParameters | Parameter supertype should be final. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'supertype'. | 243 | |
| misc | FinalParameters | Parameter context should be final. | 243 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 243 | |
| misc | FinalParameters | Parameter ttl should be final. | 244 | |
| javadoc | JavadocMethod | Expected @param tag for 'ttl'. | 244 | |
| misc | FinalParameters | Parameter log should be final. | 244 | |
| javadoc | JavadocMethod | Expected @param tag for 'log'. | 244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 248 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 249 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 253 | |
| misc | FinalParameters | Parameter other should be final. | 259 | |
| misc | FinalParameters | Parameter context should be final. | 259 | |
| misc | FinalParameters | Parameter ttl should be final. | 260 | |
| misc | FinalParameters | Parameter log should be final. | 260 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 262 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 265 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 268 | |
| misc | FinalParameters | Parameter propURI should be final. | 282 | |
| misc | FinalParameters | Parameter o should be final. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| misc | FinalParameters | Parameter propURI should be final. | 72 | |
| misc | FinalParameters | Parameter value should be final. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 77 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| misc | FinalParameters | Parameter member should be final. | 115 | |
| misc | FinalParameters | Parameter context should be final. | 115 | |
| misc | FinalParameters | Parameter ttl should be final. | 115 | |
| misc | FinalParameters | Parameter log should be final. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 129 | |
| misc | FinalParameters | Parameter other should be final. | 134 | |
| misc | FinalParameters | Parameter context should be final. | 134 | |
| misc | FinalParameters | Parameter ttl should be final. | 135 | |
| misc | FinalParameters | Parameter log should be final. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 152 | |
| misc | FinalParameters | Parameter subset should be final. | 165 | |
| misc | FinalParameters | Parameter context should be final. | 165 | |
| misc | FinalParameters | Parameter ttl should be final. | 165 | |
| misc | FinalParameters | Parameter log should be final. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 180 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 182 | |
| misc | FinalParameters | Parameter propURI should be final. | 190 | |
| misc | FinalParameters | Parameter o should be final. | 190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.rdf.Variable. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter min should be final. | 60 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 60 | |
| misc | FinalParameters | Parameter max should be final. | 60 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| misc | FinalParameters | Parameter min should be final. | 79 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 79 | |
| misc | FinalParameters | Parameter max should be final. | 79 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| misc | FinalParameters | Parameter min should be final. | 101 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 101 | |
| misc | FinalParameters | Parameter max should be final. | 101 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 102 | |
| misc | FinalParameters | Parameter o should be final. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| misc | FinalParameters | Parameter c should be final. | 115 | |
| misc | FinalParameters | Parameter c should be final. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter propURI should be final. | 69 | |
| misc | FinalParameters | Parameter o should be final. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 94 | |
| misc | FinalParameters | Parameter l should be final. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'l'. | 94 | |
| misc | FinalParameters | Parameter context should be final. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 94 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 96 | |
| javadoc | JavadocMethod | Expected an @return tag. | 103 | |
| misc | FinalParameters | Parameter first should be final. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'first'. | 103 | |
| misc | FinalParameters | Parameter second should be final. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'second'. | 103 | |
| misc | FinalParameters | Parameter context should be final. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| javadoc | JavadocMethod | Expected an @return tag. | 187 | |
| misc | FinalParameters | Parameter value should be final. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 187 | |
| misc | FinalParameters | Parameter context should be final. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| misc | FinalParameters | Parameter member should be final. | 239 | |
| misc | FinalParameters | Parameter context should be final. | 239 | |
| misc | FinalParameters | Parameter ttl should be final. | 239 | |
| misc | FinalParameters | Parameter log should be final. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| misc | FinalParameters | Parameter other should be final. | 253 | |
| misc | FinalParameters | Parameter context should be final. | 253 | |
| misc | FinalParameters | Parameter ttl should be final. | 254 | |
| misc | FinalParameters | Parameter log should be final. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 256 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 265 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 270 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 273 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 274 | |
| misc | FinalParameters | Parameter subset should be final. | 289 | |
| misc | FinalParameters | Parameter context should be final. | 289 | |
| misc | FinalParameters | Parameter ttl should be final. | 289 | |
| misc | FinalParameters | Parameter log should be final. | 290 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 292 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 298 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 301 | |
| misc | FinalParameters | Parameter propURI should be final. | 315 | |
| misc | FinalParameters | Parameter o should be final. | 315 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 322 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.rdf.Variable. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| misc | FinalParameters | Parameter min should be final. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 59 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 59 | |
| misc | FinalParameters | Parameter max should be final. | 59 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| misc | FinalParameters | Parameter min should be final. | 79 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 79 | |
| misc | FinalParameters | Parameter max should be final. | 79 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 81 | |
| misc | FinalParameters | Parameter o should be final. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| misc | FinalParameters | Parameter c should be final. | 92 | |
| misc | FinalParameters | Parameter c should be final. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.rdf.Variable. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| misc | FinalParameters | Parameter min should be final. | 59 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 59 | |
| misc | FinalParameters | Parameter max should be final. | 59 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| misc | FinalParameters | Parameter min should be final. | 79 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 79 | |
| misc | FinalParameters | Parameter max should be final. | 79 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| misc | FinalParameters | Parameter min should be final. | 101 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 101 | |
| misc | FinalParameters | Parameter max should be final. | 101 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 102 | |
| misc | FinalParameters | Parameter o should be final. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| misc | FinalParameters | Parameter c should be final. | 115 | |
| misc | FinalParameters | Parameter c should be final. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 54 | |
| design | VisibilityModifier | Variable 'types' must be private and have accessor methods. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| misc | FinalParameters | Parameter additionalTypes should be final. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'addType' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter type should be final. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| design | DesignForExtension | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 111 | |
| design | DesignForExtension | Method 'getNamedSuperclasses' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 123 | |
| design | DesignForExtension | Method 'getUpperEnumeration' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| design | DesignForExtension | Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| misc | FinalParameters | Parameter value should be final. | 155 | |
| misc | FinalParameters | Parameter context should be final. | 155 | |
| misc | FinalParameters | Parameter ttl should be final. | 155 | |
| misc | FinalParameters | Parameter log should be final. | 156 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| misc | FinalParameters | Parameter subtype should be final. | 168 | |
| misc | FinalParameters | Parameter context should be final. | 168 | |
| misc | FinalParameters | Parameter ttl should be final. | 168 | |
| misc | FinalParameters | Parameter log should be final. | 169 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| design | DesignForExtension | Method 'isDisjointWith' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| misc | FinalParameters | Parameter other should be final. | 181 | |
| misc | FinalParameters | Parameter context should be final. | 181 | |
| misc | FinalParameters | Parameter ttl should be final. | 182 | |
| misc | FinalParameters | Parameter log should be final. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 188 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 197 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 201 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| misc | FinalParameters | Parameter propURI should be final. | 211 | |
| misc | FinalParameters | Parameter o should be final. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| design | DesignForExtension | Method 'types' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| design | DesignForExtension | Method 'elements' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| design | DesignForExtension | Method 'size' is not designed for extension - needs to be abstract, final or empty. | 263 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| misc | FinalParameters | Parameter datatypeURI should be final. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocMethod | Expected an @return tag. | 103 | |
| design | DesignForExtension | Method 'setLen' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| misc | FinalParameters | Parameter len should be final. | 103 | |
| coding | HiddenField | 'len' hides a field. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Expected an @return tag. | 113 | |
| design | DesignForExtension | Method 'setLen' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| misc | FinalParameters | Parameter len should be final. | 113 | |
| coding | HiddenField | 'len' hides a field. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocMethod | Expected an @return tag. | 134 | |
| design | DesignForExtension | Method 'setLen' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| misc | FinalParameters | Parameter len should be final. | 134 | |
| coding | HiddenField | 'len' hides a field. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| javadoc | JavadocMethod | Expected an @return tag. | 155 | |
| misc | FinalParameters | Parameter len should be final. | 155 | |
| coding | HiddenField | 'len' hides a field. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| javadoc | JavadocMethod | Expected an @return tag. | 170 | |
| design | DesignForExtension | Method 'setMin' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| misc | FinalParameters | Parameter min should be final. | 170 | |
| coding | HiddenField | 'min' hides a field. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| javadoc | JavadocMethod | Expected an @return tag. | 180 | |
| design | DesignForExtension | Method 'setMin' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| misc | FinalParameters | Parameter min should be final. | 180 | |
| coding | HiddenField | 'min' hides a field. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| javadoc | JavadocMethod | Expected an @return tag. | 207 | |
| design | DesignForExtension | Method 'setMin' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| misc | FinalParameters | Parameter min should be final. | 207 | |
| coding | HiddenField | 'min' hides a field. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| javadoc | JavadocMethod | Expected an @return tag. | 228 | |
| misc | FinalParameters | Parameter min should be final. | 228 | |
| coding | HiddenField | 'min' hides a field. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| javadoc | JavadocMethod | Expected an @return tag. | 243 | |
| design | DesignForExtension | Method 'setMax' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| misc | FinalParameters | Parameter max should be final. | 243 | |
| coding | HiddenField | 'max' hides a field. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| javadoc | JavadocMethod | Expected an @return tag. | 253 | |
| design | DesignForExtension | Method 'setMax' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| misc | FinalParameters | Parameter max should be final. | 253 | |
| coding | HiddenField | 'max' hides a field. | 253 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| javadoc | JavadocMethod | Expected an @return tag. | 280 | |
| design | DesignForExtension | Method 'setMax' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| misc | FinalParameters | Parameter max should be final. | 280 | |
| coding | HiddenField | 'max' hides a field. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| javadoc | JavadocMethod | Expected an @return tag. | 301 | |
| misc | FinalParameters | Parameter max should be final. | 301 | |
| coding | HiddenField | 'max' hides a field. | 301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| design | DesignForExtension | Method 'getLen' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| design | DesignForExtension | Method 'getMin' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| design | DesignForExtension | Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| design | DesignForExtension | Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| misc | FinalParameters | Parameter copy should be final. | 348 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| design | DesignForExtension | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| misc | FinalParameters | Parameter c should be final. | 361 | |
| design | DesignForExtension | Method 'getPrevious' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| misc | FinalParameters | Parameter c should be final. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| design | DesignForExtension | Method 'getMemberLen' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| misc | FinalParameters | Parameter member should be final. | 379 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| design | DesignForExtension | Method 'getMemberValueToCheck' is not designed for extension - needs to be abstract, final or empty. | 385 | |
| misc | FinalParameters | Parameter member should be final. | 386 | |
| design | DesignForExtension | Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| misc | FinalParameters | Parameter member should be final. | 391 | |
| misc | FinalParameters | Parameter context should be final. | 391 | |
| misc | FinalParameters | Parameter ttl should be final. | 391 | |
| misc | FinalParameters | Parameter log should be final. | 392 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 393 | |
| coding | HiddenField | 'min' hides a field. | 395 | |
| coding | HiddenField | 'max' hides a field. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 403 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 406 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 413 | |
| misc | FinalParameters | Parameter subset should be final. | 414 | |
| misc | FinalParameters | Parameter context should be final. | 414 | |
| misc | FinalParameters | Parameter ttl should be final. | 414 | |
| misc | FinalParameters | Parameter log should be final. | 415 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 418 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 420 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 424 | |
| coding | HiddenField | 'min' hides a field. | 427 | |
| coding | HiddenField | 'max' hides a field. | 428 | |
| naming | LocalVariableName | Name 'other_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 434 | |
| naming | LocalVariableName | Name 'other_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 441 | |
| design | DesignForExtension | Method 'isDisjointWith' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| misc | FinalParameters | Parameter other should be final. | 448 | |
| misc | FinalParameters | Parameter context should be final. | 448 | |
| misc | FinalParameters | Parameter ttl should be final. | 449 | |
| misc | FinalParameters | Parameter log should be final. | 449 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| misc | FinalParameters | Parameter propURI should be final. | 454 | |
| misc | FinalParameters | Parameter o should be final. | 454 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 475 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.rdf.Variable. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter min should be final. | 56 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 56 | |
| misc | FinalParameters | Parameter max should be final. | 56 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| misc | FinalParameters | Parameter min should be final. | 75 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 75 | |
| misc | FinalParameters | Parameter max should be final. | 75 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| misc | FinalParameters | Parameter min should be final. | 97 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 97 | |
| misc | FinalParameters | Parameter max should be final. | 97 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 98 | |
| misc | FinalParameters | Parameter o should be final. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| misc | FinalParameters | Parameter c should be final. | 111 | |
| misc | FinalParameters | Parameter c should be final. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| misc | FinalParameters | Parameter uri should be final. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 111 | |
| misc | FinalParameters | Parameter numProps should be final. | 111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| misc | FinalParameters | Parameter supertypeURI should be final. | 142 | |
| misc | FinalParameters | Parameter subtypeURI should be final. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| misc | FinalParameters | Parameter typeURI should be final. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| javadoc | JavadocMethod | Expected an @return tag. | 205 | |
| misc | FinalParameters | Parameter classURI should be final. | 206 | |
| misc | FinalParameters | Parameter propURI should be final. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| javadoc | JavadocMethod | Expected an @return tag. | 221 | |
| misc | FinalParameters | Parameter classURI should be final. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 221 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 222 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceURI'. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 231 | |
| misc | FinalParameters | Parameter indi should be final. | 232 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 236 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 248 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| misc | FinalParameters | Parameter classURI should be final. | 262 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| misc | FinalParameters | Parameter o should be final. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 285 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 290 | |
| javadoc | JavadocMethod | Expected an @return tag. | 297 | |
| misc | FinalParameters | Parameter classURI should be final. | 297 | |
| javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 302 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| misc | FinalParameters | Parameter classURI should be final. | 320 | |
| misc | FinalParameters | Parameter pr should be final. | 320 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 324 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| design | DesignForExtension | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 344 | |
| javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 365 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 366 | |
| design | DesignForExtension | Method 'deepCopy' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 369 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| javadoc | JavadocMethod | Expected an @return tag. | 413 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 413 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 422 | |
| javadoc | JavadocMethod | Expected an @return tag. | 433 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| misc | FinalParameters | Parameter propURI should be final. | 433 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 433 | |
| misc | FinalParameters | Parameter value should be final. | 433 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 433 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 443 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 446 | |
| design | DesignForExtension | Method 'setPropertyPathFromOffset' is not designed for extension - needs to be abstract, final or empty. | 462 | |
| misc | FinalParameters | Parameter propPath should be final. | 463 | |
| misc | FinalParameters | Parameter fromIndex should be final. | 463 | |
| misc | FinalParameters | Parameter value should be final. | 464 | |
| misc | FinalParameters | Parameter force should be final. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 475 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 479 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 481 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 484 | |
| javadoc | JavadocMethod | Expected an @return tag. | 497 | |
| design | DesignForExtension | Method 'getOntClassInfo' is not designed for extension - needs to be abstract, final or empty. | 497 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| misc | FinalParameters | Parameter member should be final. | 113 | |
| misc | FinalParameters | Parameter context should be final. | 113 | |
| misc | FinalParameters | Parameter ttl should be final. | 113 | |
| misc | FinalParameters | Parameter log should be final. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 127 | |
| misc | FinalParameters | Parameter other should be final. | 132 | |
| misc | FinalParameters | Parameter context should be final. | 132 | |
| misc | FinalParameters | Parameter ttl should be final. | 133 | |
| misc | FinalParameters | Parameter log should be final. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| misc | FinalParameters | Parameter subset should be final. | 161 | |
| misc | FinalParameters | Parameter context should be final. | 161 | |
| misc | FinalParameters | Parameter ttl should be final. | 161 | |
| misc | FinalParameters | Parameter log should be final. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 173 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 175 | |
| misc | FinalParameters | Parameter propURI should be final. | 183 | |
| misc | FinalParameters | Parameter o should be final. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter it should be final. | 64 | |
| coding | HiddenField | 'it' hides a field. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| naming | ConstantName | Name 'allValuesFromID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 | |
| naming | ConstantName | Name 'someValuesFromID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 96 | |
| naming | ConstantName | Name 'hasValueID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 102 | |
| naming | ConstantName | Name 'minCardinalityID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 108 | |
| naming | ConstantName | Name 'maxCardinalityID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 114 | |
| naming | ConstantName | Name 'exactCardinalityID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 120 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 130 | |
| coding | MagicNumber | '6' is a magic number. | 130 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 137 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 138 | |
| coding | MagicNumber | '6' is a magic number. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| misc | FinalParameters | Parameter onProperty should be final. | 150 | |
| coding | HiddenField | 'onProperty' hides a field. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| misc | FinalParameters | Parameter onProperty should be final. | 164 | |
| coding | HiddenField | 'onProperty' hides a field. | 164 | |
| misc | FinalParameters | Parameter restrictions should be final. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 186 | |
| misc | FinalParameters | Parameter propURI should be final. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| misc | FinalParameters | Parameter propURI should be final. | 213 | |
| misc | FinalParameters | Parameter value should be final. | 214 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| misc | FinalParameters | Parameter propURI should be final. | 251 | |
| misc | FinalParameters | Parameter min should be final. | 252 | |
| misc | FinalParameters | Parameter max should be final. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 260 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 270 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| misc | FinalParameters | Parameter propURI should be final. | 320 | |
| misc | FinalParameters | Parameter typeURI should be final. | 320 | |
| misc | FinalParameters | Parameter min should be final. | 320 | |
| misc | FinalParameters | Parameter max should be final. | 320 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 337 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| misc | FinalParameters | Parameter propURI should be final. | 378 | |
| misc | FinalParameters | Parameter expr should be final. | 378 | |
| misc | FinalParameters | Parameter min should be final. | 378 | |
| misc | FinalParameters | Parameter max should be final. | 378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 379 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 400 | |
| misc | FinalParameters | Parameter propURI should be final. | 408 | |
| misc | FinalParameters | Parameter typeURI should be final. | 409 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 415 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 426 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| misc | FinalParameters | Parameter propURI should be final. | 456 | |
| misc | FinalParameters | Parameter expr should be final. | 457 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| misc | FinalParameters | Parameter o should be final. | 478 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 485 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 494 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 496 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 536 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 550 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 555 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 569 | |
| misc | FinalParameters | Parameter id should be final. | 574 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| misc | FinalParameters | Parameter onProperty should be final. | 592 | |
| coding | HiddenField | 'onProperty' hides a field. | 592 | |
| misc | FinalParameters | Parameter restrictions should be final. | 593 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 594 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 620 | |
| misc | FinalParameters | Parameter id should be final. | 624 | |
| coding | HiddenField | 'index' hides a field. | 625 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 626 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 633 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 634 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 640 | |
| misc | FinalParameters | Parameter id should be final. | 645 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 646 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 658 | |
| misc | FinalParameters | Parameter res should be final. | 667 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 679 | |
| misc | FinalParameters | Parameter res should be final. | 688 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 694 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 700 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 702 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 711 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 713 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 725 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 734 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 739 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 739 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 741 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 746 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 746 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 753 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 772 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 772 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 778 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 803 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 819 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 822 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 844 | |
| misc | FinalParameters | Parameter r should be final. | 850 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 852 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 860 | |
| misc | FinalParameters | Parameter res should be final. | 865 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 867 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 869 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 871 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 873 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 875 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 877 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 879 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 895 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 900 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 903 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 906 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 915 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 916 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 924 | |
| misc | FinalParameters | Parameter min should be final. | 931 | |
| misc | FinalParameters | Parameter max should be final. | 931 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 932 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 945 | |
| misc | FinalParameters | Parameter onProp should be final. | 952 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 954 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 963 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 964 | |
| misc | FinalParameters | Parameter propURI should be final. | 970 | |
| misc | FinalParameters | Parameter value should be final. | 970 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1000 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1011 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1017 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1036 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1046 | |
| misc | FinalParameters | Parameter root should be final. | 1071 | |
| misc | FinalParameters | Parameter path should be final. | 1071 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1081 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1082 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 1091 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1091 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1100 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1100 | |
| sizes | LineLength | Line is longer than 80 characters (found 213). | 1101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1105 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 1127 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1127 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 1128 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 1129 | |
| sizes | LineLength | Line is longer than 80 characters (found 335). | 1152 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1152 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1182 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1192 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1201 | |
| misc | FinalParameters | Parameter path should be final. | 1207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1208 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1213 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1218 | |
| misc | FinalParameters | Parameter pathElement should be final. | 1218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1253 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1260 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1266 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1276 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1281 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1291 | |
| misc | FinalParameters | Parameter other should be final. | 1307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1328 | |
| misc | FinalParameters | Parameter o should be final. | 1333 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1336 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| misc | FinalParameters | Parameter member should be final. | 113 | |
| misc | FinalParameters | Parameter context should be final. | 113 | |
| misc | FinalParameters | Parameter ttl should be final. | 113 | |
| misc | FinalParameters | Parameter log should be final. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 127 | |
| misc | FinalParameters | Parameter other should be final. | 132 | |
| misc | FinalParameters | Parameter context should be final. | 132 | |
| misc | FinalParameters | Parameter ttl should be final. | 133 | |
| misc | FinalParameters | Parameter log should be final. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| misc | FinalParameters | Parameter subset should be final. | 161 | |
| misc | FinalParameters | Parameter context should be final. | 161 | |
| misc | FinalParameters | Parameter ttl should be final. | 161 | |
| misc | FinalParameters | Parameter log should be final. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 173 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 173 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 175 | |
| misc | FinalParameters | Parameter propURI should be final. | 183 | |
| misc | FinalParameters | Parameter o should be final. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 54 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 101 | |
| misc | FinalParameters | Parameter prop should be final. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'prop'. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter _inverseOf should be final. | 105 | |
| naming | ParameterName | Name '_inverseOf' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| misc | FinalParameters | Parameter uri should be final. | 152 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 152 | |
| misc | FinalParameters | Parameter info should be final. | 152 | |
| javadoc | JavadocMethod | Expected @param tag for 'info'. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 168 | |
| misc | FinalParameters | Parameter propURI should be final. | 168 | |
| misc | FinalParameters | Parameter info should be final. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| javadoc | JavadocMethod | Expected an @return tag. | 178 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| javadoc | JavadocMethod | Expected an @return tag. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| javadoc | JavadocMethod | Expected an @return tag. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| javadoc | JavadocMethod | Expected an @return tag. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| javadoc | JavadocMethod | Expected an @return tag. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| javadoc | JavadocMethod | Expected an @return tag. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| javadoc | JavadocMethod | Expected an @return tag. | 232 | |
| misc | FinalParameters | Parameter propURI should be final. | 237 | |
| misc | FinalParameters | Parameter value should be final. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 249 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 65 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 123 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 91 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 142 | |
| misc | FinalParameters | Parameter info should be final. | 142 | |
| coding | HiddenField | 'info' hides a field. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'info'. | 142 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter propURI should be final. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| misc | FinalParameters | Parameter propURI should be final. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| misc | FinalParameters | Parameter r should be final. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| misc | FinalParameters | Parameter instance should be final. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 227 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter individuals should be final. | 233 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| misc | FinalParameters | Parameter eq should be final. | 244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 250 | |
| misc | FinalParameters | Parameter dj should be final. | 250 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| misc | FinalParameters | Parameter complement should be final. | 254 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 259 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 260 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| misc | FinalParameters | Parameter info should be final. | 262 | |
| coding | HiddenField | 'info' hides a field. | 262 | |
| misc | FinalParameters | Parameter extenderInfo should be final. | 270 | |
| javadoc | JavadocMethod | Expected @param tag for 'extenderInfo'. | 270 | |
| misc | FinalParameters | Parameter extenderInfo should be final. | 279 | |
| javadoc | JavadocMethod | Expected @param tag for 'extenderInfo'. | 279 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 284 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 284 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 284 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 284 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 295 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| javadoc | JavadocMethod | Expected an @return tag. | 316 | |
| misc | FinalParameters | Parameter info should be final. | 340 | |
| coding | HiddenField | 'info' hides a field. | 340 | |
| javadoc | JavadocMethod | Expected @param tag for 'info'. | 340 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 344 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 355 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 357 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 362 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 367 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 371 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 375 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 382 | |
| misc | FinalParameters | Parameter classURI should be final. | 402 | |
| misc | FinalParameters | Parameter ont should be final. | 402 | |
| misc | FinalParameters | Parameter factory should be final. | 403 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 403 | |
| misc | FinalParameters | Parameter classURI should be final. | 430 | |
| misc | FinalParameters | Parameter ont should be final. | 430 | |
| misc | FinalParameters | Parameter factory should be final. | 431 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 436 | |
| javadoc | JavadocMethod | Expected an @return tag. | 443 | |
| misc | FinalParameters | Parameter uri should be final. | 443 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 443 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 444 | |
| javadoc | JavadocMethod | Expected an @return tag. | 450 | |
| misc | FinalParameters | Parameter permissionCheck should be final. | 450 | |
| javadoc | JavadocMethod | Expected @param tag for 'permissionCheck'. | 450 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 453 | |
| javadoc | JavadocMethod | Expected an @return tag. | 462 | |
| javadoc | JavadocMethod | Expected an @return tag. | 473 | |
| javadoc | JavadocMethod | Expected an @return tag. | 482 | |
| misc | FinalParameters | Parameter propURI should be final. | 482 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 482 | |
| misc | FinalParameters | Parameter propURI should be final. | 493 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 497 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 508 | |
| javadoc | JavadocMethod | Expected an @return tag. | 516 | |
| misc | FinalParameters | Parameter propURI should be final. | 521 | |
| misc | FinalParameters | Parameter value should be final. | 521 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 522 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.rdf.RDFClassInfo. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 179 | |
| misc | FinalParameters | Parameter ontURI should be final. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| misc | FinalParameters | Parameter propURI should be final. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| misc | FinalParameters | Parameter ontURI should be final. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| misc | FinalParameters | Parameter ontURI should be final. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| design | DesignForExtension | Method 'addImport' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| misc | FinalParameters | Parameter ontURI should be final. | 239 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 242 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| javadoc | JavadocMethod | Expected an @return tag. | 262 | |
| design | DesignForExtension | Method 'getInfo' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 268 | |
| javadoc | JavadocMethod | Expected an @return tag. | 274 | |
| misc | FinalParameters | Parameter uri should be final. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 274 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| design | DesignForExtension | Method 'hasOntClass' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| misc | FinalParameters | Parameter classURI should be final. | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| javadoc | JavadocMethod | Expected an @return tag. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| javadoc | JavadocMethod | Expected an @return tag. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| design | DesignForExtension | Method 'createNewRDFClassInfo' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| misc | FinalParameters | Parameter classURI should be final. | 331 | |
| misc | FinalParameters | Parameter fac should be final. | 332 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 333 | |
| coding | HiddenField | 'info' hides a field. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| design | DesignForExtension | Method 'createNewAbstractOntClassInfo' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| misc | FinalParameters | Parameter classURI should be final. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| design | DesignForExtension | Method 'createNewOntClassInfo' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| misc | FinalParameters | Parameter classURI should be final. | 380 | |
| misc | FinalParameters | Parameter fac should be final. | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| design | DesignForExtension | Method 'createNewOntClassInfo' is not designed for extension - needs to be abstract, final or empty. | 397 | |
| misc | FinalParameters | Parameter classURI should be final. | 397 | |
| misc | FinalParameters | Parameter fac should be final. | 398 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 398 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| coding | HiddenField | 'info' hides a field. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| design | DesignForExtension | Method 'extendExistingOntClassInfo' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| misc | FinalParameters | Parameter classURI should be final. | 432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 | |
| coding | HiddenField | 'info' hides a field. | 436 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 449 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 458 | |
| misc | FinalParameters | Parameter classURI should be final. | 458 | |
| misc | FinalParameters | Parameter fac should be final. | 459 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 459 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 460 | |
| javadoc | JavadocMethod | Expected an @return tag. | 476 | |
| design | DesignForExtension | Method 'getResourceList' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| coding | HiddenField | 'info' hides a field. | 481 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 491 | |
| coding | HiddenField | 'info' hides a field. | 494 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 499 | |
| coding | HiddenField | 'info' hides a field. | 506 | |
| design | DesignForExtension | Method 'lock' is not designed for extension - needs to be abstract, final or empty. | 522 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 529 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 534 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 539 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 543 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 151 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 160 | |
| misc | FinalParameters | Parameter factory should be final. | 160 | |
| coding | HiddenField | 'factory' hides a field. | 160 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 160 | |
| coding | HiddenField | 'factoryIndex' hides a field. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 174 | |
| misc | FinalParameters | Parameter ont should be final. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| misc | FinalParameters | Parameter info should be final. | 215 | |
| sizes | MethodLength | Method length is 159 lines (max allowed is 150). | 230 | |
| misc | FinalParameters | Parameter mc should be final. | 230 | |
| javadoc | JavadocMethod | Expected @param tag for 'mc'. | 230 | |
| misc | FinalParameters | Parameter ont should be final. | 230 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 310 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 316 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 321 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 328 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 343 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 348 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 355 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| misc | FinalParameters | Parameter classURI should be final. | 390 | |
| misc | FinalParameters | Parameter namedSuperClasses should be final. | 391 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 391 | |
| misc | FinalParameters | Parameter namedSubClasses should be final. | 392 | |
| coding | HiddenField | 'namedSubClasses' hides a field. | 392 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 400 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 415 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 416 | |
| misc | FinalParameters | Parameter classURI should be final. | 432 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 437 | |
| misc | FinalParameters | Parameter classURIs should be final. | 480 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 481 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 489 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 494 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 495 | |
| misc | FinalParameters | Parameter superClassURI should be final. | 515 | |
| misc | FinalParameters | Parameter inherited should be final. | 516 | |
| misc | FinalParameters | Parameter includeAbstractClasses should be final. | 516 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 522 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 525 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 533 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 534 | |
| sizes | MethodLength | Method length is 164 lines (max allowed is 150). | 558 | |
| misc | FinalParameters | Parameter mc should be final. | 558 | |
| javadoc | JavadocMethod | Expected @param tag for 'mc'. | 558 | |
| misc | FinalParameters | Parameter ont should be final. | 558 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 564 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 576 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 577 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 592 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 597 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 602 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 633 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 661 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 680 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 701 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 705 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 706 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 706 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 723 | |
| misc | FinalParameters | Parameter ontURI should be final. | 723 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 729 | |
| misc | FinalParameters | Parameter instances should be final. | 729 | |
| misc | FinalParameters | Parameter ontologies should be final. | 730 | |
| coding | HiddenField | 'ontologies' hides a field. | 730 | |
| misc | FinalParameters | Parameter namedResources should be final. | 731 | |
| coding | HiddenField | 'namedResources' hides a field. | 731 | |
| coding | HiddenField | 'instance' hides a field. | 733 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 758 | |
| misc | FinalParameters | Parameter uri should be final. | 765 | |
| misc | FinalParameters | Parameter classURI should be final. | 779 | |
| misc | FinalParameters | Parameter includeOntClasses should be final. | 780 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 781 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 785 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 788 | |
| misc | FinalParameters | Parameter classURI should be final. | 801 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 802 | |
| misc | FinalParameters | Parameter classURI should be final. | 818 | |
| misc | FinalParameters | Parameter includePending should be final. | 818 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 820 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 826 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 827 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 834 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 884 | |
| misc | FinalParameters | Parameter ontURI should be final. | 887 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 887 | |
| misc | FinalParameters | Parameter uri should be final. | 899 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 900 | |
| misc | FinalParameters | Parameter owner should be final. | 914 | |
| misc | FinalParameters | Parameter listener should be final. | 915 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 917 | |
| misc | FinalParameters | Parameter owner should be final. | 931 | |
| misc | FinalParameters | Parameter listener should be final. | 932 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 3 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 4 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 5 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 7 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 11 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| misc | FinalParameters | Parameter propURI should be final. | 17 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | ConstantName | Name 'propMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'getConstraint' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'setOnProperty' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| misc | FinalParameters | Parameter propURI should be final. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| design | DesignForExtension | Method 'getOnProperty' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| design | DesignForExtension | Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| misc | FinalParameters | Parameter copy should be final. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| design | DesignForExtension | Method 'getNamedSuperclasses' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| design | DesignForExtension | Method 'getUpperEnumeration' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| javadoc | JavadocMethod | Expected an @return tag. | 166 | |
| design | DesignForExtension | Method 'matchesNonRestriction' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| misc | FinalParameters | Parameter subtype should be final. | 166 | |
| javadoc | JavadocMethod | Expected @param tag for 'subtype'. | 166 | |
| misc | FinalParameters | Parameter context should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 167 | |
| misc | FinalParameters | Parameter ttl should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'ttl'. | 167 | |
| misc | FinalParameters | Parameter log should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'log'. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 192 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| misc | FinalParameters | Parameter propURI should be final. | 233 | |
| misc | FinalParameters | Parameter value should be final. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 244 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 244 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| design | DesignForExtension | Method 'addToList' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| misc | FinalParameters | Parameter a should be final. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| misc | FinalParameters | Parameter a should be final. | 306 | |
| misc | FinalParameters | Parameter restrictionURI should be final. | 307 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 308 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| javadoc | JavadocMethod | Expected an @return tag. | 327 | |
| design | DesignForExtension | Method 'getRestrictionOnProperty' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| misc | FinalParameters | Parameter propURI should be final. | 327 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 328 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 334 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| misc | FinalParameters | Parameter classURI should be final. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 39 | |
| misc | FinalParameters | Parameter superClassURI should be final. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'superClassURI'. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter classURI should be final. | 45 | |
| misc | FinalParameters | Parameter superClassURI should be final. | 45 | |
| misc | FinalParameters | Parameter factory should be final. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| misc | FinalParameters | Parameter propURI should be final. | 66 | |
| misc | FinalParameters | Parameter expr should be final. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| misc | FinalParameters | Parameter member should be final. | 89 | |
| misc | FinalParameters | Parameter context should be final. | 89 | |
| misc | FinalParameters | Parameter ttl should be final. | 89 | |
| misc | FinalParameters | Parameter log should be final. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 108 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 110 | |
| misc | FinalParameters | Parameter other should be final. | 121 | |
| misc | FinalParameters | Parameter context should be final. | 121 | |
| misc | FinalParameters | Parameter ttl should be final. | 122 | |
| misc | FinalParameters | Parameter log should be final. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| misc | FinalParameters | Parameter subset should be final. | 151 | |
| misc | FinalParameters | Parameter context should be final. | 151 | |
| misc | FinalParameters | Parameter ttl should be final. | 151 | |
| misc | FinalParameters | Parameter log should be final. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| misc | FinalParameters | Parameter propURI should be final. | 179 | |
| misc | FinalParameters | Parameter o should be final. | 179 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | DesignForExtension | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 174 | |
| misc | FinalParameters | Parameter uri should be final. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 183 | |
| misc | FinalParameters | Parameter additionalTypes should be final. | 192 | |
| javadoc | JavadocMethod | Expected @param tag for 'additionalTypes'. | 192 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| design | DesignForExtension | Method 'collectTypesMinimized' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| misc | FinalParameters | Parameter typeURI should be final. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 210 | |
| misc | FinalParameters | Parameter l should be final. | 210 | |
| javadoc | JavadocMethod | Expected @param tag for 'l'. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| javadoc | JavadocMethod | Expected an @return tag. | 240 | |
| javadoc | JavadocMethod | Expected an @return tag. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| misc | FinalParameters | Parameter member should be final. | 257 | |
| javadoc | JavadocMethod | Expected an @return tag. | 264 | |
| misc | FinalParameters | Parameter member should be final. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'member'. | 264 | |
| misc | FinalParameters | Parameter context should be final. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 264 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| misc | FinalParameters | Parameter other should be final. | 322 | |
| javadoc | JavadocMethod | Expected an @return tag. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 330 | |
| misc | FinalParameters | Parameter other should be final. | 330 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 330 | |
| misc | FinalParameters | Parameter context should be final. | 330 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 330 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| javadoc | JavadocMethod | Expected an @return tag. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 390 | |
| misc | FinalParameters | Parameter subset should be final. | 397 | |
| javadoc | JavadocMethod | Expected an @return tag. | 404 | |
| misc | FinalParameters | Parameter subset should be final. | 404 | |
| javadoc | JavadocMethod | Expected @param tag for 'subset'. | 404 | |
| misc | FinalParameters | Parameter context should be final. | 404 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 404 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| design | DesignForExtension | Method 'synchronize' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| misc | FinalParameters | Parameter context should be final. | 463 | |
| misc | FinalParameters | Parameter cloned should be final. | 463 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 477 | |
| design | DesignForExtension | Method 'checkTTL' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| misc | FinalParameters | Parameter ttl should be final. | 484 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 485 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 488 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 498 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| coding | MagicNumber | '3' is a magic number. | 41 | |
| coding | MagicNumber | '4' is a magic number. | 43 | |
| coding | MagicNumber | '5' is a magic number. | 45 | |
| coding | MagicNumber | '6' is a magic number. | 46 | |
| coding | MagicNumber | '7' is a magic number. | 48 | |
| coding | MagicNumber | '8' is a magic number. | 50 | |
| coding | MagicNumber | '9' is a magic number. | 52 | |
| coding | MagicNumber | '10' is a magic number. | 54 | |
| coding | MagicNumber | '3' is a magic number. | 59 | |
| coding | MagicNumber | '4' is a magic number. | 60 | |
| coding | MagicNumber | '5' is a magic number. | 61 | |
| coding | MagicNumber | '6' is a magic number. | 62 | |
| coding | MagicNumber | '7' is a magic number. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| misc | FinalParameters | Parameter r should be final. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 91 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| coding | MagicNumber | '3' is a magic number. | 102 | |
| coding | MagicNumber | '4' is a magic number. | 104 | |
| coding | MagicNumber | '5' is a magic number. | 106 | |
| coding | MagicNumber | '6' is a magic number. | 108 | |
| coding | MagicNumber | '7' is a magic number. | 110 | |
| coding | MagicNumber | '8' is a magic number. | 112 | |
| coding | MagicNumber | '9' is a magic number. | 114 | |
| coding | MagicNumber | '10' is a magic number. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 125 | |
| coding | MagicNumber | '3' is a magic number. | 132 | |
| coding | MagicNumber | '4' is a magic number. | 134 | |
| coding | MagicNumber | '5' is a magic number. | 136 | |
| coding | MagicNumber | '6' is a magic number. | 138 | |
| coding | MagicNumber | '7' is a magic number. | 140 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'restrictions' must be private and have accessor methods. | 94 | |
| design | VisibilityModifier | Variable 'facetURI' must be private and have accessor methods. | 99 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| misc | FinalParameters | Parameter datatypeURI should be final. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| design | DesignForExtension | Method 'iterate' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| misc | FinalParameters | Parameter it should be final. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| design | DesignForExtension | Method 'addConstrainingFacet' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| misc | FinalParameters | Parameter facetURI should be final. | 167 | |
| misc | FinalParameters | Parameter value should be final. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| design | DesignForExtension | Method 'copyTo' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| misc | FinalParameters | Parameter copy should be final. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| design | DesignForExtension | Method 'getNamedSuperclasses' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| design | DesignForExtension | Method 'getUpperEnumeration' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| misc | FinalParameters | Parameter propURI should be final. | 198 | |
| misc | FinalParameters | Parameter o should be final. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| design | DesignForExtension | Method 'setPattern' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| misc | FinalParameters | Parameter pattern should be final. | 223 | |
| coding | HiddenField | 'pattern' hides a field. | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| javadoc | JavadocMethod | Unused @param tag for 'pattern'. | 242 | |
| misc | FinalParameters | Parameter compiledPattern should be final. | 247 | |
| javadoc | JavadocMethod | Expected @param tag for 'compiledPattern'. | 247 | |
| design | DesignForExtension | Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| misc | FinalParameters | Parameter member should be final. | 254 | |
| misc | FinalParameters | Parameter context should be final. | 254 | |
| misc | FinalParameters | Parameter ttl should be final. | 254 | |
| misc | FinalParameters | Parameter log should be final. | 255 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| design | DesignForExtension | Method 'setFacet' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| misc | FinalParameters | Parameter facet should be final. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| design | DesignForExtension | Method 'getNext' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| misc | FinalParameters | Parameter c should be final. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| design | DesignForExtension | Method 'getPrevious' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| misc | FinalParameters | Parameter c should be final. | 330 | |
| design | DesignForExtension | Method 'resolveVarByGreaterEqual' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 354 | |
| misc | FinalParameters | Parameter v should be final. | 354 | |
| misc | FinalParameters | Parameter lowerbound should be final. | 355 | |
| misc | FinalParameters | Parameter canBeEqual should be final. | 355 | |
| misc | FinalParameters | Parameter context should be final. | 355 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 358 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 364 | |
| design | DesignForExtension | Method 'resolveVarByLessEqual' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| misc | FinalParameters | Parameter v should be final. | 364 | |
| misc | FinalParameters | Parameter upperbound should be final. | 364 | |
| misc | FinalParameters | Parameter canBeEqual should be final. | 365 | |
| misc | FinalParameters | Parameter context should be final. | 365 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 379 | |
| design | DesignForExtension | Method 'getMemberValueToCheck' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| misc | FinalParameters | Parameter member should be final. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| design | DesignForExtension | Method 'hasMember' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| sizes | MethodLength | Method length is 169 lines (max allowed is 150). | 388 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| sizes | ParameterNumber | More than 7 parameters (found 8). | 388 | |
| misc | FinalParameters | Parameter member should be final. | 388 | |
| misc | FinalParameters | Parameter context should be final. | 388 | |
| misc | FinalParameters | Parameter ttl should be final. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 389 | |
| misc | FinalParameters | Parameter log should be final. | 389 | |
| misc | FinalParameters | Parameter min should be final. | 389 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 389 | |
| misc | FinalParameters | Parameter max should be final. | 389 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 389 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 402 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 406 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 420 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 430 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 434 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 443 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 476 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 484 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 487 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 499 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 510 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 513 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 523 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 530 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 534 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 541 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 582 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 582 | |
| sizes | MethodLength | Method length is 228 lines (max allowed is 150). | 582 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 582 | |
| sizes | ParameterNumber | More than 7 parameters (found 11). | 582 | |
| misc | FinalParameters | Parameter other_min should be final. | 582 | |
| naming | ParameterName | Name 'other_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 582 | |
| misc | FinalParameters | Parameter other_minInclusive should be final. | 582 | |
| naming | ParameterName | Name 'other_minInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 582 | |
| misc | FinalParameters | Parameter other_max should be final. | 582 | |
| naming | ParameterName | Name 'other_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 582 | |
| misc | FinalParameters | Parameter other_maxInclusive should be final. | 582 | |
| naming | ParameterName | Name 'other_maxInclusive' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 582 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 583 | |
| misc | FinalParameters | Parameter context should be final. | 583 | |
| misc | FinalParameters | Parameter ttl should be final. | 583 | |
| misc | FinalParameters | Parameter log should be final. | 583 | |
| misc | FinalParameters | Parameter min should be final. | 583 | |
| misc | FinalParameters | Parameter minInclusive should be final. | 583 | |
| misc | FinalParameters | Parameter max should be final. | 583 | |
| misc | FinalParameters | Parameter maxInclusive should be final. | 584 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 587 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 589 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 604 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 606 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 609 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 619 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 624 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 627 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 632 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 636 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 642 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 646 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 655 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 660 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 663 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 668 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 672 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 679 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 687 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 689 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 691 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 693 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 710 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 712 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 715 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 717 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 725 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 730 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 733 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 738 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 742 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 749 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 757 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 759 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 768 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 773 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 776 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 781 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 785 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 792 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 800 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 802 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 804 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 806 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter uri should be final. | 67 | |
| misc | FinalParameters | Parameter isDatatypeURI should be final. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| misc | FinalParameters | Parameter obj should be final. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| javadoc | JavadocMethod | Expected an @return tag. | 138 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 150 | |
| javadoc | JavadocMethod | Expected an @return tag. | 153 | |
| misc | FinalParameters | Parameter propURI should be final. | 153 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 153 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 161 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 162 | |
| misc | FinalParameters | Parameter value should be final. | 166 | |
| misc | FinalParameters | Parameter context should be final. | 166 | |
| misc | FinalParameters | Parameter ttl should be final. | 166 | |
| misc | FinalParameters | Parameter log should be final. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| misc | FinalParameters | Parameter subtype should be final. | 191 | |
| misc | FinalParameters | Parameter context should be final. | 191 | |
| misc | FinalParameters | Parameter ttl should be final. | 191 | |
| misc | FinalParameters | Parameter log should be final. | 192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 206 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 220 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 262 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 265 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 268 | |
| misc | FinalParameters | Parameter other should be final. | 279 | |
| misc | FinalParameters | Parameter context should be final. | 279 | |
| misc | FinalParameters | Parameter ttl should be final. | 280 | |
| misc | FinalParameters | Parameter log should be final. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 | |
| misc | FinalParameters | Parameter propURI should be final. | 323 | |
| misc | FinalParameters | Parameter o should be final. | 323 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | DesignForExtension | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - java.util.Collection. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| misc | FinalParameters | Parameter type should be final. | 79 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| misc | FinalParameters | Parameter context should be final. | 123 | |
| misc | FinalParameters | Parameter ttl should be final. | 123 | |
| misc | FinalParameters | Parameter log should be final. | 124 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| misc | FinalParameters | Parameter subtype should be final. | 133 | |
| misc | FinalParameters | Parameter context should be final. | 133 | |
| misc | FinalParameters | Parameter ttl should be final. | 133 | |
| misc | FinalParameters | Parameter log should be final. | 134 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 142 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 153 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 155 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 160 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 163 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 176 | |
| misc | FinalParameters | Parameter other should be final. | 183 | |
| misc | FinalParameters | Parameter context should be final. | 183 | |
| misc | FinalParameters | Parameter ttl should be final. | 184 | |
| misc | FinalParameters | Parameter log should be final. | 184 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 186 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| misc | FinalParameters | Parameter propURI should be final. | 201 | |
| misc | FinalParameters | Parameter o should be final. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter classURI should be final. | 33 | |
| coding | HiddenField | 'classURI' hides a field. | 33 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 33 | |
| misc | FinalParameters | Parameter propURI should be final. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter uri should be final. | 65 | |
| misc | FinalParameters | Parameter plain should be final. | 65 | |
| coding | HiddenField | 'plain' hides a field. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| sizes | MethodLength | Method length is 279 lines (max allowed is 150). | 74 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 234 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 295 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 337 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter classURI should be final. | 31 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 31 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| misc | FinalParameters | Parameter uri should be final. | 61 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | ConstantName | Name 'none' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | ConstantName | Name 'low' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'middle' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'high' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'full' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter order should be final. | 58 | |
| coding | HiddenField | 'order' hides a field. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter order should be final. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter name should be final. | 93 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter other should be final. | 100 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 101 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter propURI should be final. | 113 | |
| javadoc | JavadocMethod | Expected an @return tag. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| javadoc | JavadocMethod | Expected an @return tag. | 136 | |
| misc | FinalParameters | Parameter propURI should be final. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 136 | |
| misc | FinalParameters | Parameter o should be final. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 136 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| naming | ConstantName | Name 'poor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| naming | ConstantName | Name 'almostPoor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| naming | ConstantName | Name 'almostSufficient' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| naming | ConstantName | Name 'sufficient' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| naming | ConstantName | Name 'richSufficient' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| naming | ConstantName | Name 'almostSatisfying' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| naming | ConstantName | Name 'satisfying' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| naming | ConstantName | Name 'richSatisfying' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| naming | ConstantName | Name 'almostGood' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| naming | ConstantName | Name 'good' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| naming | ConstantName | Name 'richGood' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| naming | ConstantName | Name 'almostExcellent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| naming | ConstantName | Name 'excellent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter order should be final. | 86 | |
| coding | HiddenField | 'order' hides a field. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter order should be final. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| misc | FinalParameters | Parameter name should be final. | 137 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| misc | FinalParameters | Parameter other should be final. | 144 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 145 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 156 | |
| misc | FinalParameters | Parameter propURI should be final. | 156 | |
| javadoc | JavadocMethod | Expected an @return tag. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| javadoc | JavadocMethod | Expected an @return tag. | 179 | |
| misc | FinalParameters | Parameter propURI should be final. | 179 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 179 | |
| misc | FinalParameters | Parameter o should be final. | 179 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 179 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| misc | FinalParameters | Parameter ont should be final. | 55 | |
| misc | FinalParameters | Parameter info should be final. | 55 | |
| misc | FinalParameters | Parameter dbgClass should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'dbgClass'. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 73 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 190). | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 188 | |
| javadoc | JavadocMethod | Expected an @return tag. | 206 | |
| sizes | MethodLength | Method length is 233 lines (max allowed is 150). | 206 | |
| misc | FinalParameters | Parameter ont should be final. | 206 | |
| misc | FinalParameters | Parameter info should be final. | 206 | |
| misc | FinalParameters | Parameter dbgClass should be final. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'dbgClass'. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 228 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 237 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 245 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 200). | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 336 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 345 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 346 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 355 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 357 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 377 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 418 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 423 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 433 | |
| misc | FinalParameters | Parameter uri should be final. | 449 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 452 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 455 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 457 | |
| misc | FinalParameters | Parameter uri should be final. | 470 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 472 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 474 | |
| javadoc | JavadocMethod | Expected an @return tag. | 486 | |
| misc | FinalParameters | Parameter ont should be final. | 486 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 518 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 533 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 38 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 43 | |
| misc | FinalParameters | Parameter uri should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 48 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 48 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'uriPrefix'. | 53 | |
| misc | FinalParameters | Parameter numProps should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 53 | |
| misc | FinalParameters | Parameter propURI should be final. | 58 | |
| misc | FinalParameters | Parameter typeURI should be final. | 88 | |
| misc | FinalParameters | Parameter blockFurtherTypes should be final. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 158 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 163 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 173 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 186 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 198 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 205 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 208 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 211 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 218 | |
| misc | FinalParameters | Parameter str should be final. | 218 | |
| coding | HiddenField | 'str' hides a field. | 218 | |
| misc | FinalParameters | Parameter lang should be final. | 218 | |
| coding | HiddenField | 'lang' hides a field. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| misc | FinalParameters | Parameter obj should be final. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.DatatypeProperty. | 27 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ObjectProperty. | 28 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.Ontology. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | VisibilityModifier | Variable 'isFunctional' must be private and have accessor methods. | 64 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 73 | |
| design | VisibilityModifier | Variable 'setup' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'prop' must be private and have accessor methods. | 85 | |
| misc | FinalParameters | Parameter prop should be final. | 88 | |
| coding | HiddenField | 'prop' hides a field. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'prop'. | 88 | |
| javadoc | JavadocMethod | Expected an @return tag. | 93 | |
| design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| design | DesignForExtension | Method 'setFunctional' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'addSuperProperty' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter superProperty should be final. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter equivalentProperty should be final. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| misc | FinalParameters | Parameter disjointProperty should be final. | 137 | |
| design | DesignForExtension | Method 'setDomain' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| misc | FinalParameters | Parameter domain should be final. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| misc | FinalParameters | Parameter range should be final. | 145 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| misc | FinalParameters | Parameter propURI should be final. | 149 | |
| misc | FinalParameters | Parameter value should be final. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| misc | FinalParameters | Parameter uri should be final. | 164 | |
| misc | FinalParameters | Parameter info should be final. | 164 | |
| coding | HiddenField | 'info' hides a field. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| javadoc | JavadocMethod | Expected an @return tag. | 180 | |
| design | DesignForExtension | Method 'isFunctional' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| misc | FinalParameters | Parameter propURI should be final. | 185 | |
| misc | FinalParameters | Parameter value should be final. | 185 | |
| design | DesignForExtension | Method 'containsType' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| misc | FinalParameters | Parameter type should be final. | 195 | |
| misc | FinalParameters | Parameter value should be final. | 195 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| misc | FinalParameters | Parameter uri should be final. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 74 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 83 | |
| misc | FinalParameters | Parameter uri should be final. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 92 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 92 | |
| javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| misc | FinalParameters | Parameter uri should be final. | 107 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 107 | |
| misc | FinalParameters | Parameter thePath should be final. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| misc | FinalParameters | Parameter path should be final. | 123 | |
| misc | FinalParameters | Parameter i should be final. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 127 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 132 | |
| javadoc | JavadocMethod | Expected an @return tag. | 141 | |
| misc | FinalParameters | Parameter path should be final. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 141 | |
| misc | FinalParameters | Parameter prefix should be final. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| javadoc | JavadocMethod | Expected an @return tag. | 157 | |
| misc | FinalParameters | Parameter pr should be final. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'pr'. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 164 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 169 | |
| javadoc | JavadocMethod | Expected an @return tag. | 176 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 176 | |
| misc | FinalParameters | Parameter other should be final. | 176 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| javadoc | JavadocMethod | Expected an @return tag. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 216 | |
| javadoc | JavadocMethod | Expected an @return tag. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 226 | |
| javadoc | JavadocMethod | Expected an @return tag. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 236 | |
| misc | FinalParameters | Parameter propURI should be final. | 242 | |
| misc | FinalParameters | Parameter propURI should be final. | 247 | |
| misc | FinalParameters | Parameter o should be final. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 257 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| misc | FinalParameters | Parameter propPath should be final. | 288 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 292 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 293 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 313 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 319 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.MaxCardinalityRestriction. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocMethod | Expected an @return tag. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 'dom'. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| javadoc | JavadocMethod | Expected @param tag for 'range'. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Expected an @return tag. | 101 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 101 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 101 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 50 | |
| design | VisibilityModifier | Variable 'namedSuperClasses' must be private and have accessor methods. | 56 | |
| design | VisibilityModifier | Variable 'instances' must be private and have accessor methods. | 62 | |
| design | VisibilityModifier | Variable 'combinedSuperClasses' must be private and have accessor methods. | 68 | |
| design | VisibilityModifier | Variable 'superClasses' must be private and have accessor methods. | 74 | |
| design | VisibilityModifier | Variable 'factory' must be private and have accessor methods. | 79 | |
| design | VisibilityModifier | Variable 'factoryIndex' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'ont' must be private and have accessor methods. | 90 | |
| design | VisibilityModifier | Variable 'locked' must be private and have accessor methods. | 96 | |
| design | VisibilityModifier | Variable 'rdfsetup' must be private and have accessor methods. | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| design | VisibilityModifier | Variable 'info' must be private and have accessor methods. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter info should be final. | 111 | |
| coding | HiddenField | 'info' hides a field. | 111 | |
| design | DesignForExtension | Method 'addInstance' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter instance should be final. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| design | DesignForExtension | Method 'addSuperClass' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| misc | FinalParameters | Parameter superClass should be final. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 161 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 179 | |
| design | DesignForExtension | Method 'addSuperClass' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| misc | FinalParameters | Parameter namedSuperClass should be final. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 196 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 210 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 210 | |
| javadoc | JavadocMethod | Expected an @return tag. | 233 | |
| design | DesignForExtension | Method 'getInfo' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| design | DesignForExtension | Method 'setResourceComment' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| misc | FinalParameters | Parameter comment should be final. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 238 | |
| design | DesignForExtension | Method 'setResourceLabel' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| misc | FinalParameters | Parameter label should be final. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| misc | FinalParameters | Parameter classURI should be final. | 265 | |
| misc | FinalParameters | Parameter ont should be final. | 265 | |
| coding | HiddenField | 'ont' hides a field. | 265 | |
| misc | FinalParameters | Parameter factory should be final. | 266 | |
| coding | HiddenField | 'factory' hides a field. | 266 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 266 | |
| coding | HiddenField | 'factoryIndex' hides a field. | 266 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 268 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| misc | FinalParameters | Parameter classURI should be final. | 311 | |
| misc | FinalParameters | Parameter ont should be final. | 311 | |
| misc | FinalParameters | Parameter factory should be final. | 312 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| design | DesignForExtension | Method 'isAbstract' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| javadoc | JavadocMethod | Expected an @return tag. | 338 | |
| design | DesignForExtension | Method 'getFactory' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| javadoc | JavadocMethod | Expected an @return tag. | 347 | |
| design | DesignForExtension | Method 'getFactoryIndex' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| design | DesignForExtension | Method 'hasSuperClass' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| misc | FinalParameters | Parameter classURI should be final. | 363 | |
| misc | FinalParameters | Parameter inherited should be final. | 363 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 364 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 366 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 374 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| design | DesignForExtension | Method 'getNamedSuperClasses' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| misc | FinalParameters | Parameter inherited should be final. | 391 | |
| misc | FinalParameters | Parameter includeAbstractClasses should be final. | 392 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 405 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 406 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 421 | |
| javadoc | JavadocMethod | Expected an @return tag. | 433 | |
| design | DesignForExtension | Method 'getSuperClasses' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| javadoc | JavadocMethod | Expected an @return tag. | 442 | |
| design | DesignForExtension | Method 'getInstances' is not designed for extension - needs to be abstract, final or empty. | 442 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| design | DesignForExtension | Method 'getInstanceByURI' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| misc | FinalParameters | Parameter uri should be final. | 455 | |
| design | DesignForExtension | Method 'lock' is not designed for extension - needs to be abstract, final or empty. | 464 | |
| javadoc | JavadocMethod | Expected an @return tag. | 471 | |
| design | DesignForExtension | Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| misc | FinalParameters | Parameter propURI should be final. | 471 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 472 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.Ontology. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 66 | |
| javadoc | JavadocMethod | Expected an @return tag. | 71 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 80 | |
| naming | ConstantName | Name 'uAAL_NAMESPACE_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 | |
| naming | ConstantName | Name 'uAAL_SERVICE_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 | |
| naming | ConstantName | Name 'uAAL_VOCABULARY_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 91 | |
| naming | ConstantName | Name 'PROP_uAAL_INVOLVED_HUMAN_USER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 | |
| design | VisibilityModifier | Variable 'uri' must be private and have accessor methods. | 129 | |
| naming | MemberName | Name 'ns_delim_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| design | VisibilityModifier | Variable 'ns_delim_index' must be private and have accessor methods. | 135 | |
| design | VisibilityModifier | Variable 'props' must be private and have accessor methods. | 144 | |
| design | VisibilityModifier | Variable 'blockAddingTypes' must be private and have accessor methods. | 154 | |
| design | VisibilityModifier | Variable 'isXMLLiteral' must be private and have accessor methods. | 157 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 175 | |
| coding | HiddenField | 'isXMLLiteral' hides a field. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 175 | |
| misc | FinalParameters | Parameter uri should be final. | 182 | |
| coding | HiddenField | 'uri' hides a field. | 182 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 182 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 188 | |
| misc | FinalParameters | Parameter uri should be final. | 196 | |
| coding | HiddenField | 'uri' hides a field. | 196 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 196 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 196 | |
| coding | HiddenField | 'isXMLLiteral' hides a field. | 196 | |
| javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 196 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 219 | |
| misc | FinalParameters | Parameter numProps should be final. | 219 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| misc | FinalParameters | Parameter members should be final. | 241 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 | |
| javadoc | JavadocMethod | Expected an @return tag. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| misc | FinalParameters | Parameter classURI should be final. | 283 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| javadoc | JavadocMethod | Expected an @return tag. | 294 | |
| misc | FinalParameters | Parameter uri should be final. | 294 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 300 | |
| javadoc | JavadocMethod | Expected an @return tag. | 303 | |
| misc | FinalParameters | Parameter uri should be final. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| javadoc | JavadocMethod | Expected an @return tag. | 317 | |
| design | DesignForExtension | Method 'addType' is not designed for extension - needs to be abstract, final or empty. | 317 | |
| misc | FinalParameters | Parameter typeURI should be final. | 317 | |
| misc | FinalParameters | Parameter blockFurtherTypes should be final. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| design | DesignForExtension | Method 'asList' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| design | DesignForExtension | Method 'asList' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| misc | FinalParameters | Parameter l should be final. | 364 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 400 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 401 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 402 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| design | DesignForExtension | Method 'changeProperty' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| misc | FinalParameters | Parameter propURI should be final. | 428 | |
| misc | FinalParameters | Parameter value should be final. | 428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 431 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 447 | |
| design | DesignForExtension | Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 453 | |
| coding | HiddenField | 'isXMLLiteral' hides a field. | 453 | |
| javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 453 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| design | DesignForExtension | Method 'deepCopy' is not designed for extension - needs to be abstract, final or empty. | 472 | |
| blocks | EmptyBlock | Must have at least one statement. | 482 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 518 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 520 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 522 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 528 | |
| javadoc | JavadocMethod | Expected an @return tag. | 542 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| misc | FinalParameters | Parameter other should be final. | 542 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 542 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 543 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 544 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 552 | |
| design | DesignForExtension | Method 'getResourceComment' is not designed for extension - needs to be abstract, final or empty. | 555 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| design | DesignForExtension | Method 'getResourceLabel' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 574 | |
| design | DesignForExtension | Method 'getResourceLabel' is not designed for extension - needs to be abstract, final or empty. | 580 | |
| misc | FinalParameters | Parameter lang should be final. | 580 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 582 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 588 | |
| design | DesignForExtension | Method 'getDefaultLang' is not designed for extension - needs to be abstract, final or empty. | 591 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 592 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| design | DesignForExtension | Method 'getOrConstructLabel' is not designed for extension - needs to be abstract, final or empty. | 606 | |
| misc | FinalParameters | Parameter type should be final. | 606 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 609 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 613 | |
| design | DesignForExtension | Method 'getOrConstructLabel' is not designed for extension - needs to be abstract, final or empty. | 623 | |
| misc | FinalParameters | Parameter type should be final. | 623 | |
| misc | FinalParameters | Parameter lang should be final. | 623 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 625 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 627 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 629 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 632 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 635 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 642 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 644 | |
| design | DesignForExtension | Method 'getLocalName' is not designed for extension - needs to be abstract, final or empty. | 648 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 649 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 655 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 657 | |
| design | DesignForExtension | Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. | 661 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 662 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 669 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| design | DesignForExtension | Method 'getFilename' is not designed for extension - needs to be abstract, final or empty. | 675 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 677 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 680 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 682 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 689 | |
| design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 694 | |
| misc | FinalParameters | Parameter propURI should be final. | 694 | |
| javadoc | JavadocMethod | Expected an @return tag. | 699 | |
| design | DesignForExtension | Method 'getPropertyURIs' is not designed for extension - needs to be abstract, final or empty. | 699 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 722 | |
| javadoc | JavadocMethod | Expected an @return tag. | 726 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 726 | |
| misc | FinalParameters | Parameter propURI should be final. | 726 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 726 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 734 | |
| design | DesignForExtension | Method 'getStaticFieldValue' is not designed for extension - needs to be abstract, final or empty. | 741 | |
| misc | FinalParameters | Parameter fieldName should be final. | 741 | |
| misc | FinalParameters | Parameter defaultValue should be final. | 741 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 744 | |
| javadoc | JavadocMethod | Expected an @return tag. | 754 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 754 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 756 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 757 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 759 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 761 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 763 | |
| javadoc | JavadocMethod | Expected an @return tag. | 770 | |
| design | DesignForExtension | Method 'getTypes' is not designed for extension - needs to be abstract, final or empty. | 770 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 774 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 777 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 778 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 779 | |
| javadoc | JavadocMethod | Expected an @return tag. | 784 | |
| design | DesignForExtension | Method 'getURI' is not designed for extension - needs to be abstract, final or empty. | 784 | |
| javadoc | JavadocMethod | Expected an @return tag. | 789 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 789 | |
| javadoc | JavadocMethod | Expected an @return tag. | 794 | |
| design | DesignForExtension | Method 'hasProperty' is not designed for extension - needs to be abstract, final or empty. | 794 | |
| misc | FinalParameters | Parameter propURI should be final. | 794 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 794 | |
| javadoc | JavadocMethod | Expected an @return tag. | 802 | |
| design | DesignForExtension | Method 'hasQualifiedName' is not designed for extension - needs to be abstract, final or empty. | 802 | |
| javadoc | JavadocMethod | Expected an @return tag. | 807 | |
| design | DesignForExtension | Method 'isAnon' is not designed for extension - needs to be abstract, final or empty. | 807 | |
| javadoc | JavadocMethod | Expected an @return tag. | 821 | |
| design | DesignForExtension | Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. | 821 | |
| misc | FinalParameters | Parameter propURI should be final. | 821 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 821 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 822 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 826 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 835 | |
| design | DesignForExtension | Method 'isBlockingAddingTypes' is not designed for extension - needs to be abstract, final or empty. | 839 | |
| javadoc | JavadocMethod | Expected an @return tag. | 849 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 849 | |
| javadoc | JavadocMethod | Expected an @return tag. | 857 | |
| design | DesignForExtension | Method 'numberOfProperties' is not designed for extension - needs to be abstract, final or empty. | 857 | |
| design | DesignForExtension | Method 'representsQualifiedURI' is not designed for extension - needs to be abstract, final or empty. | 861 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 861 | |
| javadoc | JavadocMethod | Expected an @return tag. | 870 | |
| design | DesignForExtension | Method 'serializesAsXMLLiteral' is not designed for extension - needs to be abstract, final or empty. | 870 | |
| design | DesignForExtension | Method 'setResourceComment' is not designed for extension - needs to be abstract, final or empty. | 875 | |
| misc | FinalParameters | Parameter comment should be final. | 875 | |
| javadoc | JavadocMethod | Expected @param tag for 'comment'. | 875 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 876 | |
| design | DesignForExtension | Method 'setResourceLabel' is not designed for extension - needs to be abstract, final or empty. | 881 | |
| misc | FinalParameters | Parameter label should be final. | 881 | |
| javadoc | JavadocMethod | Expected @param tag for 'label'. | 881 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 882 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 889 | |
| design | DesignForExtension | Method 'addMultiLangProp' is not designed for extension - needs to be abstract, final or empty. | 896 | |
| misc | FinalParameters | Parameter propURI should be final. | 896 | |
| misc | FinalParameters | Parameter ls should be final. | 896 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 897 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 923 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 933 | |
| design | DesignForExtension | Method 'getMultiLangProp' is not designed for extension - needs to be abstract, final or empty. | 946 | |
| misc | FinalParameters | Parameter propURI should be final. | 946 | |
| misc | FinalParameters | Parameter lang should be final. | 946 | |
| misc | FinalParameters | Parameter includeDefault should be final. | 947 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 948 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 952 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 960 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 964 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 966 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 971 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 973 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 977 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 981 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1017 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 1020 | |
| misc | FinalParameters | Parameter propURI should be final. | 1020 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 1020 | |
| misc | FinalParameters | Parameter value should be final. | 1020 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1020 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1021 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1023 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1025 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1027 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1028 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1029 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1034 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1041 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1058 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1061 | |
| design | DesignForExtension | Method 'setPropertyPath' is not designed for extension - needs to be abstract, final or empty. | 1061 | |
| misc | FinalParameters | Parameter propPath should be final. | 1061 | |
| javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 1061 | |
| misc | FinalParameters | Parameter value should be final. | 1061 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1061 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1067 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1070 | |
| design | DesignForExtension | Method 'setPropertyPath' is not designed for extension - needs to be abstract, final or empty. | 1070 | |
| misc | FinalParameters | Parameter propPath should be final. | 1070 | |
| javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 1070 | |
| misc | FinalParameters | Parameter value should be final. | 1070 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 1070 | |
| misc | FinalParameters | Parameter force should be final. | 1071 | |
| javadoc | JavadocMethod | Expected @param tag for 'force'. | 1071 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1082 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1097 | |
| design | DesignForExtension | Method 'setPropertyPathFromOffset' is not designed for extension - needs to be abstract, final or empty. | 1099 | |
| misc | FinalParameters | Parameter propPath should be final. | 1099 | |
| misc | FinalParameters | Parameter fromIndex should be final. | 1099 | |
| misc | FinalParameters | Parameter value should be final. | 1100 | |
| misc | FinalParameters | Parameter force should be final. | 1100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1111 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1115 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1123 | |
| javadoc | JavadocMethod | Expected an @return tag. | 1129 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 1129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1135 | |
| design | DesignForExtension | Method 'toStringRecursive' is not designed for extension - needs to be abstract, final or empty. | 1138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1144 | |
| design | DesignForExtension | Method 'toStringRecursive' is not designed for extension - needs to be abstract, final or empty. | 1151 | |
| misc | FinalParameters | Parameter prefix should be final. | 1151 | |
| misc | FinalParameters | Parameter prefixAtStart should be final. | 1151 | |
| misc | FinalParameters | Parameter visitedElements should be final. | 1152 | |
| javadoc | JavadocMethod | Expected @param tag for 'visitedElements'. | 1152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1196 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1206 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1208 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1215 | |
| design | DesignForExtension | Method 'unliteral' is not designed for extension - needs to be abstract, final or empty. | 1216 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1220 | |
| design | DesignForExtension | Method 'literal' is not designed for extension - needs to be abstract, final or empty. | 1221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter uri should be final. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter uri should be final. | 68 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 72 | |
| misc | FinalParameters | Parameter numProps should be final. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'isScoped' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'getScopes' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'addScope' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| misc | FinalParameters | Parameter newScope should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| design | DesignForExtension | Method 'clearScopes' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| design | DesignForExtension | Method 'setScope' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| misc | FinalParameters | Parameter src should be final. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| design | DesignForExtension | Method 'isSerializableTo' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| misc | FinalParameters | Parameter destinationCandidateScope should be final. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 197 | |
| design | DesignForExtension | Method 'getOriginScope' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| design | DesignForExtension | Method 'setOriginScope' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| misc | FinalParameters | Parameter scope should be final. | 209 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 209 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 210 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 210 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 210 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 210 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 212 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocMethod | Expected an @return tag. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| misc | FinalParameters | Parameter o should be final. | 157 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 163 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 164 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 165 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 166 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| misc | FinalParameters | Parameter lexicalForm should be final. | 183 | |
| misc | FinalParameters | Parameter xsdType should be final. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 200 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 202 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 209 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| javadoc | JavadocMethod | Expected an @return tag. | 228 | |
| misc | FinalParameters | Parameter o should be final. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| misc | FinalParameters | Parameter c should be final. | 251 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 252 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| misc | FinalParameters | Parameter o should be final. | 287 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| misc | FinalParameters | Parameter datatypeURI should be final. | 300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| misc | FinalParameters | Parameter supertypeURI should be final. | 317 | |
| misc | FinalParameters | Parameter subtypeURI should be final. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 328 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| javadoc | JavadocMethod | Expected an @return tag. | 342 | |
| misc | FinalParameters | Parameter o should be final. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 342 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| javadoc | JavadocMethod | Expected an @return tag. | 349 | |
| misc | FinalParameters | Parameter datatypeURI should be final. | 349 | |
| javadoc | JavadocMethod | Expected @param tag for 'datatypeURI'. | 349 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter r should be final. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| misc | FinalParameters | Parameter o should be final. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| misc | FinalParameters | Parameter propURI should be final. | 64 | |
| misc | FinalParameters | Parameter value should be final. | 64 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 67 | |
| misc | FinalParameters | Parameter propURI should be final. | 73 | |
| misc | FinalParameters | Parameter propURI should be final. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 82 | |
| misc | FinalParameters | Parameter propPath should be final. | 88 | |
| misc | FinalParameters | Parameter value should be final. | 88 | |
| misc | FinalParameters | Parameter force should be final. | 89 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 92 | |
| misc | FinalParameters | Parameter propPath should be final. | 98 | |
| misc | FinalParameters | Parameter value should be final. | 98 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 101 | |
| misc | FinalParameters | Parameter propPath should be final. | 107 | |
| misc | FinalParameters | Parameter fromIndex should be final. | 107 | |
| misc | FinalParameters | Parameter value should be final. | 108 | |
| misc | FinalParameters | Parameter force should be final. | 108 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 111 | |
| misc | FinalParameters | Parameter l should be final. | 122 | |
| misc | FinalParameters | Parameter isXMLLitera should be final. | 132 | |
| misc | FinalParameters | Parameter other should be final. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| misc | FinalParameters | Parameter type should be final. | 153 | |
| misc | FinalParameters | Parameter propURI should be final. | 158 | |
| misc | FinalParameters | Parameter fieldName should be final. | 173 | |
| misc | FinalParameters | Parameter defaultValue should be final. | 173 | |
| misc | FinalParameters | Parameter propURI should be final. | 184 | |
| misc | FinalParameters | Parameter propURI should be final. | 189 | |
| misc | FinalParameters | Parameter comment should be final. | 209 | |
| misc | FinalParameters | Parameter label should be final. | 213 | |
| misc | FinalParameters | Parameter prefix should be final. | 227 | |
| misc | FinalParameters | Parameter prefixAtStart should be final. | 227 | |
| misc | FinalParameters | Parameter visitedElements should be final. | 228 | |
| misc | FinalParameters | Parameter typeURI should be final. | 258 | |
| misc | FinalParameters | Parameter blockFurtherTypes should be final. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter c should be final. | 286 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter it should be final. | 38 | |
| coding | HiddenField | 'it' hides a field. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter it should be final. | 62 | |
| coding | HiddenField | 'it' hides a field. | 62 | |
| misc | FinalParameters | Parameter arg0 should be final. | 68 | |
| misc | FinalParameters | Parameter arg0 should be final. | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter l should be final. | 98 | |
| coding | HiddenField | 'l' hides a field. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| misc | FinalParameters | Parameter it should be final. | 102 | |
| misc | FinalParameters | Parameter arg0 should be final. | 107 | |
| misc | FinalParameters | Parameter arg0 should be final. | 112 | |
| misc | FinalParameters | Parameter arg1 should be final. | 112 | |
| misc | FinalParameters | Parameter arg0 should be final. | 116 | |
| misc | FinalParameters | Parameter arg0 should be final. | 121 | |
| misc | FinalParameters | Parameter arg1 should be final. | 121 | |
| misc | FinalParameters | Parameter o should be final. | 130 | |
| misc | FinalParameters | Parameter arg0 should be final. | 135 | |
| misc | FinalParameters | Parameter index should be final. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 142 | |
| misc | FinalParameters | Parameter o should be final. | 148 | |
| misc | FinalParameters | Parameter o should be final. | 163 | |
| misc | FinalParameters | Parameter index should be final. | 173 | |
| misc | FinalParameters | Parameter o should be final. | 178 | |
| misc | FinalParameters | Parameter index should be final. | 183 | |
| misc | FinalParameters | Parameter arg0 should be final. | 188 | |
| misc | FinalParameters | Parameter arg0 should be final. | 193 | |
| misc | FinalParameters | Parameter arg0 should be final. | 198 | |
| misc | FinalParameters | Parameter arg1 should be final. | 198 | |
| misc | FinalParameters | Parameter fromIndex should be final. | 208 | |
| misc | FinalParameters | Parameter toIndex should be final. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| misc | FinalParameters | Parameter arg0 should be final. | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 39 | |
| naming | ConstantName | Name 'VAR_uAAL_CURRENT_DATETIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 46 | |
| naming | ConstantName | Name 'VAR_uAAL_ACCESSING_BUS_MEMBER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 54 | |
| naming | ConstantName | Name 'VAR_uAAL_ACCESSING_HUMAN_USER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 62 | |
| naming | ConstantName | Name 'VAR_uAAL_SERVICE_TO_SELECT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 69 | |
| naming | ConstantName | Name 'handlers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 | |
| modifier | RedundantModifier | Redundant 'static' modifier. | 75 | |
| javadoc | JavadocMethod | Expected an @return tag. | 77 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 77 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 77 | |
| javadoc | JavadocMethod | Expected an @return tag. | 80 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 80 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 83 | |
| misc | FinalParameters | Parameter uri should be final. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| javadoc | JavadocMethod | Expected an @return tag. | 99 | |
| misc | FinalParameters | Parameter o should be final. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| javadoc | JavadocMethod | Expected an @return tag. | 114 | |
| misc | FinalParameters | Parameter o should be final. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| misc | FinalParameters | Parameter h should be final. | 126 | |
| javadoc | JavadocMethod | Expected @param tag for 'h'. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| misc | FinalParameters | Parameter o should be final. | 130 | |
| misc | FinalParameters | Parameter context should be final. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| naming | ConstantName | Name 'stringifiedPosInf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| naming | ConstantName | Name 'stringifiedNegInf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter serialized should be final. | 103 | |
| misc | FinalParameters | Parameter resourceURI should be final. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| misc | FinalParameters | Parameter serialized should be final. | 135 | |
| misc | FinalParameters | Parameter wasXMLLiteral should be final. | 135 | |
| misc | FinalParameters | Parameter resourceURI should be final. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| misc | FinalParameters | Parameter resourceURI should be final. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter uri should be final. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 200 | |
| misc | FinalParameters | Parameter reader should be final. | 200 | |
| coding | HiddenField | 'reader' hides a field. | 200 | |
| misc | FinalParameters | Parameter baseURI should be final. | 200 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| coding | MagicNumber | '8' is a magic number. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| coding | MagicNumber | '1024' is a magic number. | 306 | |
| coding | MagicNumber | '3' is a magic number. | 311 | |
| coding | MagicNumber | '3' is a magic number. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 337 | |
| coding | MagicNumber | '32' is a magic number. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| coding | MagicNumber | '8' is a magic number. | 374 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 465 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 477 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 496 | |
| coding | HiddenField | 'predicate' hides a field. | 514 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 517 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 519 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 523 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 547 | |
| coding | MagicNumber | '8' is a magic number. | 551 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 578 | |
| misc | FinalParameters | Parameter parseAsResource should be final. | 578 | |
| coding | MagicNumber | '8' is a magic number. | 600 | |
| coding | MagicNumber | '16' is a magic number. | 635 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 651 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 653 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 657 | |
| coding | MagicNumber | '8' is a magic number. | 667 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 698 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 700 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 719 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 743 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 759 | |
| coding | MagicNumber | '32' is a magic number. | 760 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 786 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 791 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 812 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 822 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 833 | |
| coding | MagicNumber | '100' is a magic number. | 834 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 870 | |
| javadoc | JavadocMethod | Expected an @return tag. | 884 | |
| misc | FinalParameters | Parameter parseAsResource should be final. | 884 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 889 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 891 | |
| javadoc | JavadocMethod | Expected an @return tag. | 925 | |
| javadoc | JavadocMethod | Expected an @return tag. | 932 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 940 | |
| misc | FinalParameters | Parameter subj should be final. | 940 | |
| misc | FinalParameters | Parameter pred should be final. | 940 | |
| misc | FinalParameters | Parameter obj should be final. | 940 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 941 | |
| coding | MagicNumber | '0xD' is a magic number. | 949 | |
| coding | MagicNumber | '0xA' is a magic number. | 949 | |
| coding | MagicNumber | '0xD' is a magic number. | 955 | |
| coding | MagicNumber | '0xA' is a magic number. | 958 | |
| javadoc | JavadocMethod | Expected an @return tag. | 965 | |
| misc | FinalParameters | Parameter c should be final. | 981 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 981 | |
| misc | FinalParameters | Parameter c should be final. | 995 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 995 | |
| misc | FinalParameters | Parameter expected should be final. | 995 | |
| javadoc | JavadocMethod | Expected @param tag for 'expected'. | 995 | |
| coding | MagicNumber | '32' is a magic number. | 999 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 30 | |
| javadoc | JavadocMethod | Expected an @return tag. | 31 | |
| design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| misc | FinalParameters | Parameter serialized should be final. | 31 | |
| javadoc | JavadocMethod | Expected @param tag for 'serialized'. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 36 | |
| javadoc | JavadocMethod | Expected an @return tag. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 39 | |
| design | DesignForExtension | Method 'deserialize' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| misc | FinalParameters | Parameter serialized should be final. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'serialized'. | 39 | |
| misc | FinalParameters | Parameter resourceURI should be final. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'resourceURI'. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 50 | |
| javadoc | JavadocMethod | Expected an @return tag. | 51 | |
| design | DesignForExtension | Method 'serialize' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| misc | FinalParameters | Parameter messageContent should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'messageContent'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'moduleContext' must be private and have accessor methods. | 37 | |
| design | VisibilityModifier | Variable 'xmlLiteral' must be private and have accessor methods. | 40 | |
| javadoc | JavadocMethod | Expected an @return tag. | 46 | |
| misc | FinalParameters | Parameter s should be final. | 46 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 46 | |
| coding | MagicNumber | '5' is a magic number. | 88 | |
| coding | MagicNumber | '6' is a magic number. | 92 | |
| coding | MagicNumber | '16' is a magic number. | 95 | |
| coding | MagicNumber | '6' is a magic number. | 98 | |
| coding | MagicNumber | '9' is a magic number. | 106 | |
| coding | MagicNumber | '10' is a magic number. | 110 | |
| coding | MagicNumber | '16' is a magic number. | 113 | |
| coding | MagicNumber | '10' is a magic number. | 116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 139 | |
| misc | FinalParameters | Parameter s should be final. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 139 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 140 | |
| javadoc | JavadocMethod | Expected an @return tag. | 152 | |
| misc | FinalParameters | Parameter s should be final. | 152 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 152 | |
| javadoc | JavadocMethod | Expected an @return tag. | 165 | |
| misc | FinalParameters | Parameter s should be final. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 165 | |
| javadoc | JavadocMethod | Expected an @return tag. | 178 | |
| misc | FinalParameters | Parameter uri should be final. | 178 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| misc | FinalParameters | Parameter c should be final. | 222 | |
| misc | FinalParameters | Parameter rpl should be final. | 222 | |
| misc | FinalParameters | Parameter input should be final. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 228 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| javadoc | JavadocMethod | Expected an @return tag. | 245 | |
| misc | FinalParameters | Parameter c should be final. | 245 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| javadoc | JavadocMethod | Expected an @return tag. | 259 | |
| misc | FinalParameters | Parameter c should be final. | 259 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 259 | |
| javadoc | JavadocMethod | Expected an @return tag. | 267 | |
| misc | FinalParameters | Parameter c should be final. | 267 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 267 | |
| coding | MagicNumber | '0x00B7' is a magic number. | 269 | |
| coding | MagicNumber | '0x0300' is a magic number. | 269 | |
| coding | MagicNumber | '0x036F' is a magic number. | 269 | |
| coding | MagicNumber | '0x203F' is a magic number. | 269 | |
| coding | MagicNumber | '0x2040' is a magic number. | 270 | |
| javadoc | JavadocMethod | Expected an @return tag. | 277 | |
| misc | FinalParameters | Parameter c should be final. | 277 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 277 | |
| javadoc | JavadocMethod | Expected an @return tag. | 282 | |
| misc | FinalParameters | Parameter c should be final. | 282 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 282 | |
| javadoc | JavadocMethod | Expected an @return tag. | 287 | |
| misc | FinalParameters | Parameter c should be final. | 287 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 287 | |
| coding | MagicNumber | '0x00C0' is a magic number. | 288 | |
| coding | MagicNumber | '0x00D6' is a magic number. | 289 | |
| coding | MagicNumber | '0x00D8' is a magic number. | 289 | |
| coding | MagicNumber | '0x00F6' is a magic number. | 289 | |
| coding | MagicNumber | '0x00F8' is a magic number. | 289 | |
| coding | MagicNumber | '0x02FF' is a magic number. | 290 | |
| coding | MagicNumber | '0x0370' is a magic number. | 290 | |
| coding | MagicNumber | '0x037D' is a magic number. | 290 | |
| coding | MagicNumber | '0x037F' is a magic number. | 290 | |
| coding | MagicNumber | '0x1FFF' is a magic number. | 291 | |
| coding | MagicNumber | '0x200C' is a magic number. | 291 | |
| coding | MagicNumber | '0x200D' is a magic number. | 291 | |
| coding | MagicNumber | '0x2070' is a magic number. | 291 | |
| coding | MagicNumber | '0x218F' is a magic number. | 292 | |
| coding | MagicNumber | '0x2C00' is a magic number. | 292 | |
| coding | MagicNumber | '0x2FEF' is a magic number. | 292 | |
| coding | MagicNumber | '0x3001' is a magic number. | 292 | |
| coding | MagicNumber | '0xD7FF' is a magic number. | 293 | |
| coding | MagicNumber | '0xF900' is a magic number. | 293 | |
| coding | MagicNumber | '0xFDCF' is a magic number. | 293 | |
| coding | MagicNumber | '0xFDF0' is a magic number. | 293 | |
| coding | MagicNumber | '0xFFFD' is a magic number. | 294 | |
| coding | MagicNumber | '0x10000' is a magic number. | 294 | |
| coding | MagicNumber | '0xEFFFF' is a magic number. | 294 | |
| javadoc | JavadocMethod | Expected an @return tag. | 301 | |
| misc | FinalParameters | Parameter c should be final. | 301 | |
| javadoc | JavadocMethod | Expected @param tag for 'c'. | 301 | |
| coding | MagicNumber | '0x20' is a magic number. | 303 | |
| coding | MagicNumber | '0x9' is a magic number. | 303 | |
| coding | MagicNumber | '0xA' is a magic number. | 303 | |
| coding | MagicNumber | '0xD' is a magic number. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| naming | StaticVariableName | Name 'NOT_SERIALIZED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| design | VisibilityModifier | Variable 'NOT_SERIALIZED' must be private and have accessor methods. | 51 | |
| naming | StaticVariableName | Name 'BEING_SERIALIZED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| design | VisibilityModifier | Variable 'BEING_SERIALIZED' must be private and have accessor methods. | 54 | |
| naming | StaticVariableName | Name 'SERIALIZED' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| design | VisibilityModifier | Variable 'SERIALIZED' must be private and have accessor methods. | 57 | |
| design | VisibilityModifier | Variable 'refs' must be private and have accessor methods. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 74 | |
| design | VisibilityModifier | Variable 'redType' must be private and have accessor methods. | 76 | |
| design | VisibilityModifier | Variable 'serialized' must be private and have accessor methods. | 79 | |
| design | VisibilityModifier | Variable 'nodeID' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'types' must be private and have accessor methods. | 91 | |
| design | VisibilityModifier | Variable 'objects' must be private and have accessor methods. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 141 | |
| misc | FinalParameters | Parameter writer should be final. | 142 | |
| coding | HiddenField | 'writer' hides a field. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'writer'. | 142 | |
| misc | FinalParameters | Parameter embedLevel should be final. | 142 | |
| coding | HiddenField | 'embedLevel' hides a field. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'embedLevel'. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| misc | FinalParameters | Parameter o should be final. | 164 | |
| misc | FinalParameters | Parameter embedLevel should be final. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 170 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 170 | |
| coding | MagicNumber | '4096' is a magic number. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 179 | |
| misc | FinalParameters | Parameter o should be final. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 193 | |
| misc | FinalParameters | Parameter nsTable should be final. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'nsTable'. | 193 | |
| misc | FinalParameters | Parameter reduction should be final. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'reduction'. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 204 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| misc | FinalParameters | Parameter r should be final. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 223 | |
| misc | FinalParameters | Parameter nsTable should be final. | 223 | |
| javadoc | JavadocMethod | Expected @param tag for 'nsTable'. | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 243 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 253 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 271 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 273 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 281 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 284 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| misc | FinalParameters | Parameter ns should be final. | 321 | |
| misc | FinalParameters | Parameter countTable should be final. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| misc | FinalParameters | Parameter r should be final. | 342 | |
| misc | FinalParameters | Parameter countTable should be final. | 342 | |
| misc | FinalParameters | Parameter root should be final. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'root'. | 356 | |
| misc | FinalParameters | Parameter nsTable should be final. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'nsTable'. | 356 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 363 | |
| coding | MagicNumber | '6' is a magic number. | 367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 377 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 385 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| misc | FinalParameters | Parameter localPrefix should be final. | 398 | |
| javadoc | JavadocMethod | Expected @param tag for 'localPrefix'. | 398 | |
| misc | FinalParameters | Parameter counter should be final. | 399 | |
| javadoc | JavadocMethod | Expected @param tag for 'counter'. | 399 | |
| misc | FinalParameters | Parameter counterLen should be final. | 399 | |
| javadoc | JavadocMethod | Expected @param tag for 'counterLen'. | 399 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 406 | |
| misc | FinalParameters | Parameter arg should be final. | 413 | |
| misc | FinalParameters | Parameter len should be final. | 413 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 415 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 417 | |
| javadoc | JavadocMethod | Expected an @return tag. | 432 | |
| misc | FinalParameters | Parameter r should be final. | 432 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 432 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 436 | |
| misc | FinalParameters | Parameter r should be final. | 436 | |
| misc | FinalParameters | Parameter allowReAdd should be final. | 436 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 438 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 444 | |
| javadoc | JavadocMethod | Expected an @return tag. | 462 | |
| misc | FinalParameters | Parameter subj should be final. | 462 | |
| javadoc | JavadocMethod | Expected @param tag for 'subj'. | 462 | |
| misc | FinalParameters | Parameter pred should be final. | 462 | |
| javadoc | JavadocMethod | Expected @param tag for 'pred'. | 462 | |
| misc | FinalParameters | Parameter obj should be final. | 462 | |
| javadoc | JavadocMethod | Expected @param tag for 'obj'. | 462 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 469 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 476 | |
| misc | FinalParameters | Parameter ns should be final. | 476 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 478 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 480 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 482 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 484 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 486 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 488 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 490 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 495 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 506 | |
| misc | FinalParameters | Parameter res should be final. | 506 | |
| misc | FinalParameters | Parameter types should be final. | 506 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 509 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 510 | |
| misc | FinalParameters | Parameter subj should be final. | 515 | |
| javadoc | JavadocMethod | Expected @param tag for 'subj'. | 515 | |
| misc | FinalParameters | Parameter pred should be final. | 515 | |
| javadoc | JavadocMethod | Expected @param tag for 'pred'. | 515 | |
| misc | FinalParameters | Parameter types should be final. | 515 | |
| javadoc | JavadocMethod | Expected @param tag for 'types'. | 515 | |
| misc | FinalParameters | Parameter force should be final. | 516 | |
| javadoc | JavadocMethod | Expected @param tag for 'force'. | 516 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 516 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 518 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 519 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 520 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 525 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 527 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 529 | |
| misc | FinalParameters | Parameter ont should be final. | 565 | |
| javadoc | JavadocMethod | Expected @param tag for 'ont'. | 565 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 565 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 568 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 576 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 584 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 607 | |
| misc | FinalParameters | Parameter root should be final. | 629 | |
| javadoc | JavadocMethod | Expected @param tag for 'root'. | 629 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 629 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 630 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 638 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 657 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 659 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 661 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 669 | |
| misc | FinalParameters | Parameter lexicalForm should be final. | 676 | |
| misc | FinalParameters | Parameter datatype should be final. | 676 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 677 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 701 | |
| misc | FinalParameters | Parameter prefix should be final. | 709 | |
| misc | FinalParameters | Parameter name should be final. | 709 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 709 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 721 | |
| misc | FinalParameters | Parameter nsTable should be final. | 726 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 726 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 734 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 737 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 746 | |
| misc | FinalParameters | Parameter predicate should be final. | 761 | |
| javadoc | JavadocMethod | Expected @param tag for 'predicate'. | 761 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 761 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 762 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 765 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 770 | |
| misc | FinalParameters | Parameter res should be final. | 770 | |
| javadoc | JavadocMethod | Expected @param tag for 'res'. | 770 | |
| misc | FinalParameters | Parameter isType should be final. | 770 | |
| javadoc | JavadocMethod | Expected @param tag for 'isType'. | 770 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 770 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 776 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 778 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 779 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 784 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 788 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 789 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 802 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 804 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 811 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 813 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 816 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 817 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 819 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 828 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 841 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 853 | |
| misc | FinalParameters | Parameter uri should be final. | 858 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 858 | |
| misc | FinalParameters | Parameter val should be final. | 886 | |
| javadoc | JavadocMethod | Expected @param tag for 'val'. | 886 | |
| misc | FinalParameters | Parameter closed should be final. | 886 | |
| javadoc | JavadocMethod | Expected @param tag for 'closed'. | 886 | |
| misc | FinalParameters | Parameter isType should be final. | 886 | |
| javadoc | JavadocMethod | Expected @param tag for 'isType'. | 886 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 887 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 895 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 911 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 980 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 981 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter context should be final. | 38 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter arg0 should be final. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| naming | ConstantName | Name 'PROP_uAAL_AGGREGATION_FUNCTION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | ConstantName | Name 'PROP_uAAL_AGGREGATION_PARAMS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocMethod | Expected an @return tag. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 54 | |
| misc | FinalParameters | Parameter func should be final. | 54 | |
| misc | FinalParameters | Parameter params should be final. | 54 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter uri should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| misc | FinalParameters | Parameter asLiteral should be final. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'asLiteral'. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| misc | FinalParameters | Parameter func should be final. | 101 | |
| misc | FinalParameters | Parameter params should be final. | 101 | |
| misc | FinalParameters | Parameter asLiteral should be final. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'asLiteral'. | 102 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 108 | |
| javadoc | JavadocMethod | Expected an @return tag. | 115 | |
| design | DesignForExtension | Method 'getFunctionParams' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 122 | |
| design | DesignForExtension | Method 'getTheFunction' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Expected an @return tag. | 130 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| javadoc | JavadocMethod | Expected an @return tag. | 139 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| misc | FinalParameters | Parameter propURI should be final. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 139 | |
| misc | FinalParameters | Parameter value should be final. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 140 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 152 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 163 | |
| javadoc | JavadocMethod | Expected an @return tag. | 175 | |
| design | DesignForExtension | Method 'toLiteral' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 176 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.service.owls.profile.ServiceProfile. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 129 | |
| misc | FinalParameters | Parameter type should be final. | 133 | |
| misc | FinalParameters | Parameter nonFunctionalParamPropURI should be final. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 135 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| misc | FinalParameters | Parameter type should be final. | 159 | |
| misc | FinalParameters | Parameter nonFunctionalParamPropURI should be final. | 160 | |
| misc | FinalParameters | Parameter location should be final. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 161 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| misc | FinalParameters | Parameter type should be final. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 181 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| misc | FinalParameters | Parameter type should be final. | 201 | |
| misc | FinalParameters | Parameter location should be final. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 203 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 203 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'oneOf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'minOf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'maxOf' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'minDistanceToRefLoc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| naming | ConstantName | Name 'maxDistanceToRefLoc' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocMethod | Expected an @return tag. | 65 | |
| misc | FinalParameters | Parameter order should be final. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocMethod | Expected an @return tag. | 89 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 89 | |
| misc | FinalParameters | Parameter name should be final. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| misc | FinalParameters | Parameter order should be final. | 116 | |
| coding | HiddenField | 'order' hides a field. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 123 | |
| javadoc | JavadocMethod | Expected an @return tag. | 128 | |
| misc | FinalParameters | Parameter propURI should be final. | 128 | |
| javadoc | JavadocMethod | Expected an @return tag. | 135 | |
| javadoc | JavadocMethod | Expected an @return tag. | 142 | |
| javadoc | JavadocMethod | Expected an @return tag. | 150 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| misc | FinalParameters | Parameter i should be final. | 166 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| javadoc | JavadocMethod | Expected an @return tag. | 177 | |
| javadoc | JavadocMethod | Expected an @return tag. | 185 | |
| misc | FinalParameters | Parameter propURI should be final. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 185 | |
| misc | FinalParameters | Parameter o should be final. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| naming | ConstantName | Name 'succeeded' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| naming | ConstantName | Name 'noMatchingServiceFound' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | ConstantName | Name 'responseTimedOut' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| naming | ConstantName | Name 'serviceSpecificFailure' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| naming | ConstantName | Name 'denied' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocMethod | Expected an @return tag. | 72 | |
| misc | FinalParameters | Parameter name should be final. | 72 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| misc | FinalParameters | Parameter order should be final. | 114 | |
| coding | HiddenField | 'order' hides a field. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 121 | |
| misc | FinalParameters | Parameter propURI should be final. | 127 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 131 | |
| javadoc | JavadocMethod | Expected an @return tag. | 134 | |
| javadoc | JavadocMethod | Expected an @return tag. | 141 | |
| misc | FinalParameters | Parameter propURI should be final. | 150 | |
| misc | FinalParameters | Parameter o should be final. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter context should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 41 | |
| misc | FinalParameters | Parameter reqID should be final. | 54 | |
| javadoc | JavadocMethod | Expected @param tag for 'reqID'. | 54 | |
| misc | FinalParameters | Parameter response should be final. | 54 | |
| javadoc | JavadocMethod | Expected @param tag for 'response'. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 49 | |
| misc | FinalParameters | Parameter output should be final. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| misc | FinalParameters | Parameter status should be final. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| misc | FinalParameters | Parameter paramURI should be final. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| misc | FinalParameters | Parameter propURI should be final. | 164 | |
| misc | FinalParameters | Parameter value should be final. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| misc | FinalParameters | Parameter response should be final. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 192 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 197 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 221 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter profile should be final. | 38 | |
| coding | HiddenField | 'profile' hides a field. | 38 | |
| misc | FinalParameters | Parameter index should be final. | 38 | |
| coding | HiddenField | 'index' hides a field. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getProfile' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocMethod | Unused @param tag for 'request'. | 87 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'call'. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocMethod | Unused @param tag for 'request'. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 109 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'call'. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 294 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter mc should be final. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| misc | FinalParameters | Parameter uri should be final. | 93 | |
| design | DesignForExtension | Method 'addNonSemanticInput' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| misc | FinalParameters | Parameter nonSemanticInput should be final. | 98 | |
| coding | HiddenField | 'nonSemanticInput' hides a field. | 98 | |
| design | DesignForExtension | Method 'getNonSemanticInput' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter uri should be final. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| misc | FinalParameters | Parameter processURI should be final. | 130 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'addInput' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| misc | FinalParameters | Parameter inputURI should be final. | 149 | |
| misc | FinalParameters | Parameter value should be final. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| design | DesignForExtension | Method 'getInputValue' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| misc | FinalParameters | Parameter inputURI should be final. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'getInvolvedUser' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| design | DesignForExtension | Method 'getProcessURI' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| misc | FinalParameters | Parameter propURI should be final. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 234 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 236 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 236 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| javadoc | JavadocMethod | Expected an @return tag. | 252 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| design | DesignForExtension | Method 'setInvolvedUser' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| misc | FinalParameters | Parameter user should be final. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| design | DesignForExtension | Method 'setProcessURI' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| misc | FinalParameters | Parameter processURI should be final. | 275 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| javadoc | JavadocMethod | Expected an @return tag. | 288 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| misc | FinalParameters | Parameter propURI should be final. | 288 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 288 | |
| misc | FinalParameters | Parameter o should be final. | 288 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 330 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 338 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.bus.member.BusMember. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| misc | FinalParameters | Parameter context should be final. | 65 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| misc | FinalParameters | Parameter context should be final. | 94 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 95 | |
| misc | FinalParameters | Parameter throwOnError should be final. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 112 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 138 | |
| misc | FinalParameters | Parameter throwOnError should be final. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 156 | |
| misc | FinalParameters | Parameter b should be final. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| design | DesignForExtension | Method 'handleRequest' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| misc | FinalParameters | Parameter m should be final. | 193 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 217 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| design | DesignForExtension | Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. | 235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.bus.member.BusMember. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter context should be final. | 62 | |
| misc | FinalParameters | Parameter b should be final. | 73 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| javadoc | JavadocMethod | Expected an @return tag. | 86 | |
| design | DesignForExtension | Method 'call' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| misc | FinalParameters | Parameter request should be final. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| javadoc | JavadocMethod | Expected an @return tag. | 117 | |
| design | DesignForExtension | Method 'inject' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| misc | FinalParameters | Parameter call should be final. | 117 | |
| misc | FinalParameters | Parameter receiver should be final. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| javadoc | JavadocMethod | Expected an @return tag. | 134 | |
| design | DesignForExtension | Method 'inject' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| misc | FinalParameters | Parameter call should be final. | 134 | |
| misc | FinalParameters | Parameter receiver should be final. | 134 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| misc | FinalParameters | Parameter request should be final. | 160 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 162 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| misc | FinalParameters | Parameter m should be final. | 171 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| misc | FinalParameters | Parameter request should be final. | 219 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| misc | FinalParameters | Parameter call should be final. | 232 | |
| misc | FinalParameters | Parameter receiver should be final. | 232 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 240 | |
| misc | FinalParameters | Parameter call should be final. | 240 | |
| misc | FinalParameters | Parameter receiver should be final. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'getAllServices' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| design | DesignForExtension | Method 'getMatchingService' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| misc | FinalParameters | Parameter s should be final. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| design | DesignForExtension | Method 'getMatchingService' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| design | DesignForExtension | Method 'getMatchingService' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| misc | FinalParameters | Parameter keywords should be final. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| design | DesignForExtension | Method 'addAvailabilitySubscription' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| misc | FinalParameters | Parameter subscriber should be final. | 305 | |
| misc | FinalParameters | Parameter request should be final. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| design | DesignForExtension | Method 'removeAvailabilitySubscription' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| misc | FinalParameters | Parameter subscriber should be final. | 322 | |
| misc | FinalParameters | Parameter requestURI should be final. | 322 | |
| design | DesignForExtension | Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 80 | |
| naming | ConstantName | Name 'PROP_uAAL_SERVICE_CALLER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| misc | FinalParameters | Parameter uri should be final. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 128 | |
| misc | FinalParameters | Parameter requestedService should be final. | 128 | |
| misc | FinalParameters | Parameter involvedHumanUser should be final. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 162 | |
| misc | FinalParameters | Parameter numProps should be final. | 162 | |
| misc | FinalParameters | Parameter requestedService should be final. | 163 | |
| misc | FinalParameters | Parameter involvedHumanUser should be final. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| misc | FinalParameters | Parameter uri should be final. | 192 | |
| misc | FinalParameters | Parameter requestedService should be final. | 192 | |
| misc | FinalParameters | Parameter involvedHumanUser should be final. | 193 | |
| javadoc | JavadocMethod | Expected an @return tag. | 213 | |
| design | DesignForExtension | Method 'acceptsRandomSelection' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 220 | |
| design | DesignForExtension | Method 'addAddEffect' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| misc | FinalParameters | Parameter ppath should be final. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 234 | |
| misc | FinalParameters | Parameter value should be final. | 234 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'addAggregatingFilter' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| misc | FinalParameters | Parameter f should be final. | 250 | |
| design | DesignForExtension | Method 'addAggregatingOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| misc | FinalParameters | Parameter toParam should be final. | 262 | |
| javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 262 | |
| misc | FinalParameters | Parameter f should be final. | 263 | |
| javadoc | JavadocMethod | Expected @param tag for 'f'. | 263 | |
| design | DesignForExtension | Method 'addChangeEffect' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| misc | FinalParameters | Parameter ppath should be final. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 274 | |
| misc | FinalParameters | Parameter value should be final. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 274 | |
| design | DesignForExtension | Method 'addRemoveEffect' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| misc | FinalParameters | Parameter ppath should be final. | 286 | |
| javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 286 | |
| javadoc | JavadocMethod | Expected an @return tag. | 298 | |
| design | DesignForExtension | Method 'addRequiredOutput' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| misc | FinalParameters | Parameter paramURI should be final. | 298 | |
| javadoc | JavadocMethod | Expected @param tag for 'paramURI'. | 298 | |
| misc | FinalParameters | Parameter fromProp should be final. | 298 | |
| javadoc | JavadocMethod | Expected @param tag for 'fromProp'. | 298 | |
| design | DesignForExtension | Method 'addSimpleOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| misc | FinalParameters | Parameter toParam should be final. | 314 | |
| javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 314 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 315 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 315 | |
| design | DesignForExtension | Method 'addTypeFilter' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| misc | FinalParameters | Parameter refPath should be final. | 326 | |
| javadoc | JavadocMethod | Expected @param tag for 'refPath'. | 326 | |
| misc | FinalParameters | Parameter typeURI should be final. | 326 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 326 | |
| design | DesignForExtension | Method 'addValueFilter' is not designed for extension - needs to be abstract, final or empty. | 337 | |
| misc | FinalParameters | Parameter refPath should be final. | 337 | |
| javadoc | JavadocMethod | Expected @param tag for 'refPath'. | 337 | |
| misc | FinalParameters | Parameter hasValue should be final. | 337 | |
| javadoc | JavadocMethod | Expected @param tag for 'hasValue'. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| design | DesignForExtension | Method 'getFilters' is not designed for extension - needs to be abstract, final or empty. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| design | DesignForExtension | Method 'getRequestedService' is not designed for extension - needs to be abstract, final or empty. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| design | DesignForExtension | Method 'getRequiredEffects' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 397 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| design | DesignForExtension | Method 'getRequiredOutputs' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 410 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 411 | |
| javadoc | JavadocMethod | Expected an @return tag. | 419 | |
| design | DesignForExtension | Method 'getOutputAggregations' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 425 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| misc | FinalParameters | Parameter propURI should be final. | 437 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 438 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 438 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 454 | |
| misc | FinalParameters | Parameter propURI should be final. | 455 | |
| misc | FinalParameters | Parameter value should be final. | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 494 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| javadoc | JavadocMethod | Expected an @return tag. | 523 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 523 | |
| misc | FinalParameters | Parameter other should be final. | 523 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 523 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 530 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 76 | |
| misc | FinalParameters | Parameter uri should be final. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 89 | |
| design | DesignForExtension | Method 'allowUnboundOutput' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| design | DesignForExtension | Method 'disallowUnboundOutput' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'isUnboundOutputAllowed' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| misc | FinalParameters | Parameter status should be final. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| design | DesignForExtension | Method 'addOutput' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| misc | FinalParameters | Parameter output should be final. | 129 | |
| coding | MagicNumber | '3' is a magic number. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'addOutput' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| misc | FinalParameters | Parameter uri should be final. | 149 | |
| misc | FinalParameters | Parameter value should be final. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| design | DesignForExtension | Method 'getCallStatus' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| design | DesignForExtension | Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| misc | FinalParameters | Parameter paramURI should be final. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 189 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| design | DesignForExtension | Method 'getOutput' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| misc | FinalParameters | Parameter paramURI should be final. | 221 | |
| misc | FinalParameters | Parameter asMergedList should be final. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| design | DesignForExtension | Method 'getOutputsMap' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| coding | MagicNumber | '3' is a magic number. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| design | DesignForExtension | Method 'getOutputs' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| javadoc | JavadocMethod | Expected an @return tag. | 278 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| javadoc | JavadocMethod | Expected an @return tag. | 300 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| misc | FinalParameters | Parameter propURI should be final. | 300 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 300 | |
| misc | FinalParameters | Parameter value should be final. | 300 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 300 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 304 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 307 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter requestedService should be final. | 39 | |
| misc | FinalParameters | Parameter involvedHumanUser should be final. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 44 | |
| misc | FinalParameters | Parameter numProps should be final. | 44 | |
| misc | FinalParameters | Parameter requestedService should be final. | 45 | |
| misc | FinalParameters | Parameter involvedHumanUser should be final. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter uri should be final. | 49 | |
| misc | FinalParameters | Parameter requestedService should be final. | 49 | |
| misc | FinalParameters | Parameter involvedHumanUser should be final. | 50 | |
| design | DesignForExtension | Method 'addInput' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| misc | FinalParameters | Parameter uri should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 57 | |
| misc | FinalParameters | Parameter input should be final. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'input'. | 57 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| design | DesignForExtension | Method 'getInput' is not designed for extension - needs to be abstract, final or empty. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter uri should be final. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter status should be final. | 30 | |
| design | DesignForExtension | Method 'allowUnboundOutput' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'addProfiles' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter id should be final. | 39 | |
| misc | FinalParameters | Parameter profiles should be final. | 39 | |
| design | DesignForExtension | Method 'getProfiles' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter id should be final. | 43 | |
| design | DesignForExtension | Method 'exist' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter id should be final. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | VisibilityModifier | Variable 'map' must be private and have accessor methods. | 37 | |
| design | DesignForExtension | Method 'addServiceRealization' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter id should be final. | 39 | |
| misc | FinalParameters | Parameter serviceRealization should be final. | 40 | |
| design | DesignForExtension | Method 'removeServiceRealization' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter id should be final. | 44 | |
| design | DesignForExtension | Method 'getServiceRealizationByID' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter id should be final. | 48 | |
| design | DesignForExtension | Method 'getAllServiceRealizations' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| design | DesignForExtension | Method 'getServiceRealizationIds' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | DesignForExtension | Method 'addLocalWaitier' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter msgID should be final. | 37 | |
| misc | FinalParameters | Parameter callerID should be final. | 37 | |
| design | DesignForExtension | Method 'getAndRemoveLocalWaiterCallerID' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter msgID should be final. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 14 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 16 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 16 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 18 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | DesignForExtension | Method 'createLocalServicesIndexData' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 44 | |
| design | DesignForExtension | Method 'createLocalServiceSearchResultsData' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| design | DesignForExtension | Method 'createLocalWaitingCallersData' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter classURI should be final. | 43 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 43 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 44 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 46 | |
| coding | MagicNumber | '3' is a magic number. | 53 | |
| coding | MagicNumber | '4' is a magic number. | 55 | |
| coding | MagicNumber | '5' is a magic number. | 57 | |
| coding | MagicNumber | '6' is a magic number. | 59 | |
| coding | MagicNumber | '7' is a magic number. | 61 | |
| coding | MagicNumber | '8' is a magic number. | 63 | |
| coding | MagicNumber | '9' is a magic number. | 65 | |
| coding | MagicNumber | '10' is a magic number. | 67 | |
| coding | MagicNumber | '11' is a magic number. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | VisibilityModifier | Variable 'busStrategy' must be private and have accessor methods. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter busStrategy should be final. | 67 | |
| coding | HiddenField | 'busStrategy' hides a field. | 67 | |
| design | DesignForExtension | Method 'brokerCall' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter callerID should be final. | 71 | |
| misc | FinalParameters | Parameter receiver should be final. | 71 | |
| misc | FinalParameters | Parameter call should be final. | 72 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 82 | |
| design | DesignForExtension | Method 'brokerCall' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter callerID should be final. | 82 | |
| misc | FinalParameters | Parameter receiver should be final. | 82 | |
| misc | FinalParameters | Parameter call should be final. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter content should be final. | 96 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 102 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter mc should be final. | 118 | |
| coding | HiddenField | 'mc' hides a field. | 118 | |
| misc | FinalParameters | Parameter serviceBusShareParams should be final. | 119 | |
| misc | FinalParameters | Parameter serviceBusFetchParams should be final. | 119 | |
| misc | FinalParameters | Parameter serviceBusInjectShareParams should be final. | 120 | |
| misc | FinalParameters | Parameter serviceBusInjectFetchParams should be final. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 158 | |
| misc | FinalParameters | Parameter mc should be final. | 158 | |
| coding | HiddenField | 'mc' hides a field. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 168 | |
| misc | FinalParameters | Parameter callerID should be final. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 171 | |
| misc | FinalParameters | Parameter subscriber should be final. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'subscriber'. | 172 | |
| misc | FinalParameters | Parameter request should be final. | 172 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 181 | |
| misc | FinalParameters | Parameter calleeID should be final. | 184 | |
| javadoc | JavadocMethod | Expected @param tag for 'calleeID'. | 184 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'realizedServices'. | 185 | |
| misc | FinalParameters | Parameter throwOnDuplicateReg should be final. | 185 | |
| javadoc | JavadocMethod | Expected @param tag for 'throwOnDuplicateReg'. | 185 | |
| javadoc | JavadocMethod | Expected an @return tag. | 196 | |
| misc | FinalParameters | Parameter callerID should be final. | 196 | |
| javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 196 | |
| javadoc | JavadocMethod | Expected an @return tag. | 204 | |
| misc | FinalParameters | Parameter callerID should be final. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 204 | |
| misc | FinalParameters | Parameter s should be final. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 204 | |
| javadoc | JavadocMethod | Expected an @return tag. | 212 | |
| misc | FinalParameters | Parameter callerID should be final. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 212 | |
| misc | FinalParameters | Parameter s should be final. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 212 | |
| javadoc | JavadocMethod | Expected an @return tag. | 219 | |
| misc | FinalParameters | Parameter s should be final. | 219 | |
| javadoc | JavadocMethod | Expected @param tag for 's'. | 219 | |
| javadoc | JavadocMethod | Expected an @return tag. | 227 | |
| misc | FinalParameters | Parameter callerID should be final. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 227 | |
| misc | FinalParameters | Parameter keywords should be final. | 228 | |
| javadoc | JavadocMethod | Expected @param tag for 'keywords'. | 228 | |
| misc | FinalParameters | Parameter callerID should be final. | 237 | |
| javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 237 | |
| misc | FinalParameters | Parameter subscriber should be final. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'subscriber'. | 238 | |
| misc | FinalParameters | Parameter requestURI should be final. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'requestURI'. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 240 | |
| misc | FinalParameters | Parameter calleeID should be final. | 249 | |
| javadoc | JavadocMethod | Expected @param tag for 'calleeID'. | 249 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'realizedServices'. | 250 | |
| misc | FinalParameters | Parameter calleeID should be final. | 261 | |
| javadoc | JavadocMethod | Expected @param tag for 'calleeID'. | 261 | |
| misc | FinalParameters | Parameter response should be final. | 261 | |
| javadoc | JavadocMethod | Expected @param tag for 'response'. | 261 | |
| misc | FinalParameters | Parameter callerID should be final. | 270 | |
| javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 270 | |
| misc | FinalParameters | Parameter request should be final. | 270 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 270 | |
| misc | FinalParameters | Parameter calleeID should be final. | 285 | |
| javadoc | JavadocMethod | Expected @param tag for 'calleeID'. | 285 | |
| misc | FinalParameters | Parameter callee should be final. | 285 | |
| javadoc | JavadocMethod | Expected @param tag for 'callee'. | 285 | |
| misc | FinalParameters | Parameter callerID should be final. | 295 | |
| javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 295 | |
| misc | FinalParameters | Parameter caller should be final. | 295 | |
| javadoc | JavadocMethod | Expected @param tag for 'caller'. | 295 | |
| misc | FinalParameters | Parameter memberID should be final. | 302 | |
| misc | FinalParameters | Parameter m should be final. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 303 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 | |
| misc | FinalParameters | Parameter commModule should be final. | 310 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 314 | |
| misc | FinalParameters | Parameter message should be final. | 314 | |
| misc | FinalParameters | Parameter e should be final. | 315 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 41 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 43 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter superset should be final. | 45 | |
| misc | FinalParameters | Parameter subset should be final. | 45 | |
| misc | FinalParameters | Parameter context should be final. | 46 | |
| misc | FinalParameters | Parameter logID should be final. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 67 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter superset should be final. | 80 | |
| misc | FinalParameters | Parameter subset should be final. | 80 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter superset should be final. | 101 | |
| misc | FinalParameters | Parameter subset should be final. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 145 | |
| sizes | MethodLength | Method length is 157 lines (max allowed is 150). | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter superset should be final. | 151 | |
| misc | FinalParameters | Parameter subset should be final. | 152 | |
| misc | FinalParameters | Parameter context should be final. | 152 | |
| misc | FinalParameters | Parameter logID should be final. | 152 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 205 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 277 | |
| coding | MagicNumber | '1022' is a magic number. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 281 | |
| coding | MagicNumber | '1023' is a magic number. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 310 | |
| misc | FinalParameters | Parameter superset should be final. | 310 | |
| misc | FinalParameters | Parameter subset should be final. | 311 | |
| misc | FinalParameters | Parameter context should be final. | 311 | |
| misc | FinalParameters | Parameter logID should be final. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 320 | |
| misc | FinalParameters | Parameter superset should be final. | 320 | |
| misc | FinalParameters | Parameter subset should be final. | 321 | |
| misc | FinalParameters | Parameter context should be final. | 321 | |
| misc | FinalParameters | Parameter logID should be final. | 321 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| misc | FinalParameters | Parameter superset should be final. | 330 | |
| misc | FinalParameters | Parameter context should be final. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 343 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 343 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| misc | FinalParameters | Parameter superset should be final. | 353 | |
| misc | FinalParameters | Parameter subset should be final. | 354 | |
| misc | FinalParameters | Parameter context should be final. | 354 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter r should be final. | 37 | |
| coding | HiddenField | 'r' hides a field. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 38 | |
| design | DesignForExtension | Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| misc | FinalParameters | Parameter propURI should be final. | 49 | |
| design | DesignForExtension | Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| design | DesignForExtension | Method 'getOutputs' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| design | DesignForExtension | Method 'getInitialServiceDialogProperty' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'uAAL_SERVICE_RESPONSE_TIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| naming | ConstantName | Name 'uAAL_SERVICE_QUALITY_OF_SERVICE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| naming | ConstantName | Name 'uAAL_SERVICE_PROVIDER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | ConstantName | Name 'uAAL_SERVICE_PROFILE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| naming | ConstantName | Name 'uAAL_ASSERTED_SERVICE_CALL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 67 | |
| naming | ConstantName | Name 'uAAL_SERVICE_URI_MATCHED' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter theCallee should be final. | 75 | |
| misc | FinalParameters | Parameter theProfile should be final. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| misc | FinalParameters | Parameter context should be final. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'addMeasuredResponseTime' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| misc | FinalParameters | Parameter rt should be final. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'rt'. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| design | DesignForExtension | Method 'addQoSRating' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| misc | FinalParameters | Parameter r should be final. | 152 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| design | DesignForExtension | Method 'assertServiceCall' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| misc | FinalParameters | Parameter context should be final. | 174 | |
| misc | FinalParameters | Parameter request should be final. | 175 | |
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| design | DesignForExtension | Method 'getAvgQoSRating' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 223 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| design | DesignForExtension | Method 'getAvgResponseTime' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 235 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| design | DesignForExtension | Method 'getMaxQoSRating' is not designed for extension - needs to be abstract, final or empty. | 243 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 246 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'getMaxResponseTime' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 258 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'getMinQoSRating' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 269 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| design | DesignForExtension | Method 'getMinResponseTime' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 281 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| design | DesignForExtension | Method 'getNumberOfQoSRatings' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 292 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| design | DesignForExtension | Method 'getNumberOfResponseTimeMeasurements' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 303 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| design | DesignForExtension | Method 'getProvider' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| design | DesignForExtension | Method 'getResponseTimeout' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 324 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 326 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 344 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| misc | FinalParameters | Parameter request should be final. | 344 | |
| misc | FinalParameters | Parameter context should be final. | 344 | |
| misc | FinalParameters | Parameter logID should be final. | 344 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 345 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 348 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 359 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| misc | FinalParameters | Parameter word should be final. | 367 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 368 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| design | DesignForExtension | Method 'matchesAll' is not designed for extension - needs to be abstract, final or empty. | 385 | |
| misc | FinalParameters | Parameter keywords should be final. | 385 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 389 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 393 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 394 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| design | DesignForExtension | Method 'matchesOne' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| misc | FinalParameters | Parameter keywords should be final. | 409 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 413 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 417 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 418 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| misc | FinalParameters | Parameter searched should be final. | 435 | |
| javadoc | JavadocMethod | Expected @param tag for 'searched'. | 435 | |
| misc | FinalParameters | Parameter name should be final. | 435 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 435 | |
| misc | FinalParameters | Parameter text should be final. | 435 | |
| javadoc | JavadocMethod | Expected @param tag for 'text'. | 435 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 436 | |
| javadoc | JavadocMethod | Expected an @return tag. | 447 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| misc | FinalParameters | Parameter propURI should be final. | 447 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 447 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 449 | |
| javadoc | JavadocMethod | Expected an @return tag. | 456 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 456 | |
| javadoc | JavadocMethod | Expected an @return tag. | 464 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 464 | |
| misc | FinalParameters | Parameter propURI should be final. | 464 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 464 | |
| misc | FinalParameters | Parameter value should be final. | 464 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 464 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 470 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter r should be final. | 40 | |
| coding | HiddenField | 'r' hides a field. | 40 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 41 | |
| design | DesignForExtension | Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| design | DesignForExtension | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| misc | FinalParameters | Parameter propURI should be final. | 52 | |
| design | DesignForExtension | Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| design | DesignForExtension | Method 'getOutputs' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| design | DesignForExtension | Method 'getNonSemanticInput' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| design | DesignForExtension | Method 'getInitialServiceDialogProperty' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| misc | FinalParameters | Parameter propURI should be final. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | FileLength | File length is 2,431 lines (max allowed is 2,000). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| naming | ConstantName | Name 'PROP_uAAL_REGISTRATION_STATUS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| naming | ConstantName | Name 'PROP_uAAL_SERVICE_REALIZATION_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| naming | ConstantName | Name 'PROP_uAAL_SERVICE_REGISTERED_PROFILE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| naming | ConstantName | Name 'PROP_uAAL_SERVICE_PROVIDED_BY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| naming | ConstantName | Name 'PROP_uAAL_SERVICE_SUBSCRIBER_REQUEST' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| naming | ConstantName | Name 'PROP_uAAL_SERVICE_SUBSCRIBER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| naming | ConstantName | Name 'PROP_uAAL_SERVICE_TYPE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| naming | ConstantName | Name 'TYPE_uAAL_SERVICE_BUS_COORDINATOR' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| naming | ConstantName | Name 'TYPE_uAAL_SERVICE_BUS_NOTIFICATION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| naming | ConstantName | Name 'TYPE_uAAL_SERVICE_BUS_REGISTRATION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| naming | ConstantName | Name 'TYPE_uAAL_SERVICE_BUS_SUBSCRIPTION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| naming | ConstantName | Name 'TYPE_uAAL_SERVICE_PROFILE_INFORMATION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | VisibilityModifier | Variable 'id' must be private and have accessor methods. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| design | VisibilityModifier | Variable 'callerID' must be private and have accessor methods. | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| design | VisibilityModifier | Variable 'serviceClassURI' must be private and have accessor methods. | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| design | VisibilityModifier | Variable 'reqOrSubs' must be private and have accessor methods. | 118 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| design | VisibilityModifier | Variable 'matches' must be private and have accessor methods. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| design | VisibilityModifier | Variable 'pendingCalls' must be private and have accessor methods. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| design | VisibilityModifier | Variable 'localWaitingCallers' must be private and have accessor methods. | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| design | VisibilityModifier | Variable 'localServicesIndex' must be private and have accessor methods. | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'localServiceSearchResults' must be private and have accessor methods. | 175 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 177 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 178 | |
| design | VisibilityModifier | Variable 'theCoordinator' must be private and have accessor methods. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 180 | |
| misc | FinalParameters | Parameter commModule should be final. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 191 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 204 | |
| design | DesignForExtension | Method 'createServiceStrategyDataFactory' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| design | DesignForExtension | Method 'addAvailabilitySubscription' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| misc | FinalParameters | Parameter callerID should be final. | 228 | |
| misc | FinalParameters | Parameter subscriber should be final. | 229 | |
| misc | FinalParameters | Parameter request should be final. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| design | DesignForExtension | Method 'addRegParams' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| misc | FinalParameters | Parameter calleeID should be final. | 270 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 270 | |
| misc | FinalParameters | Parameter throwOnDuplicateReg should be final. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 276 | |
| design | VisibilityModifier | Variable 'processURI' must be private and have accessor methods. | 277 | |
| design | VisibilityModifier | Variable 'registration' must be private and have accessor methods. | 278 | |
| design | VisibilityModifier | Variable 'profile' must be private and have accessor methods. | 279 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 340 | |
| coding | MagicNumber | '10000' is a magic number. | 357 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| misc | FinalParameters | Parameter callerID should be final. | 381 | |
| misc | FinalParameters | Parameter request should be final. | 381 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 396 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| misc | FinalParameters | Parameter m should be final. | 411 | |
| misc | FinalParameters | Parameter matches should be final. | 412 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 451 | |
| design | DesignForExtension | Method 'injectCall' is not designed for extension - needs to be abstract, final or empty. | 451 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 451 | |
| misc | FinalParameters | Parameter callerID should be final. | 451 | |
| misc | FinalParameters | Parameter call should be final. | 451 | |
| misc | FinalParameters | Parameter receiver should be final. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| misc | FinalParameters | Parameter call should be final. | 469 | |
| misc | FinalParameters | Parameter receiver should be final. | 469 | |
| misc | FinalParameters | Parameter match should be final. | 470 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 482 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 489 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 489 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 502 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 502 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 512 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 524 | |
| misc | FinalParameters | Parameter matchingServices should be final. | 534 | |
| misc | FinalParameters | Parameter vendor should be final. | 534 | |
| misc | FinalParameters | Parameter m should be final. | 535 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 544 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 548 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 551 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 559 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 559 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 561 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 565 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 579 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 584 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 589 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 591 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 596 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 598 | |
| sizes | MethodLength | Method length is 295 lines (max allowed is 150). | 602 | |
| misc | FinalParameters | Parameter m should be final. | 602 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 605 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 612 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 623 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 627 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 629 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 633 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 633 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 636 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 636 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 636 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 638 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 641 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 641 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 641 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 644 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 646 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 647 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 648 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 652 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 652 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 652 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 654 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 657 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 657 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 657 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 662 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 662 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 667 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 668 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 669 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 670 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 671 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 674 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 677 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 677 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 679 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 681 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 681 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 681 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 681 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 689 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 690 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 692 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 693 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 694 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 697 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 699 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 700 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 701 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 704 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 705 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 706 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 707 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 709 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 714 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 715 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 722 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 723 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 726 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 728 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 729 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 731 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 732 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 732 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 733 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 735 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 737 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 740 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 741 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 741 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 742 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 742 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 743 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 746 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 747 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 747 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 748 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 749 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 750 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 751 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 753 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 754 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 754 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 755 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 756 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 760 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 762 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 763 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 764 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 765 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 766 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 766 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 768 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 769 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 770 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 771 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 773 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 774 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 774 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 775 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 776 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 777 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 778 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 779 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 779 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 780 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 781 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 785 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 786 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 787 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 788 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 789 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 790 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 791 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 791 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 792 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 792 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 793 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 794 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 795 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 796 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 797 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 798 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 799 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 800 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 801 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 802 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 803 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 803 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 804 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 805 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 806 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 807 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 808 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 808 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 809 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 810 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 814 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 815 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 816 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 817 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 818 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 819 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 820 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 820 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 821 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 821 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 823 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 824 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 825 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 826 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 827 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 828 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 829 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 830 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 830 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 831 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 832 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 833 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 834 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 835 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 836 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 838 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 839 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 846 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 851 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 851 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 853 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 857 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 859 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 860 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 861 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 862 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 865 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 866 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 868 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 871 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 872 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 873 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 874 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 875 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 876 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 879 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 880 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 898 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 900 | |
| misc | FinalParameters | Parameter sr should be final. | 904 | |
| javadoc | JavadocMethod | Expected @param tag for 'sr'. | 904 | |
| misc | FinalParameters | Parameter ctxt should be final. | 905 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 916 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 917 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 919 | |
| misc | FinalParameters | Parameter outputs should be final. | 925 | |
| misc | FinalParameters | Parameter context should be final. | 926 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 927 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 930 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 937 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 940 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 963 | |
| misc | FinalParameters | Parameter s should be final. | 969 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 977 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 984 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 990 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 993 | |
| misc | FinalParameters | Parameter context should be final. | 1000 | |
| misc | FinalParameters | Parameter af should be final. | 1001 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1004 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1011 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1012 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1018 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1027 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1030 | |
| misc | FinalParameters | Parameter context should be final. | 1036 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 1036 | |
| misc | FinalParameters | Parameter prop should be final. | 1037 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1039 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1050 | |
| javadoc | JavadocMethod | Expected @param tag for '<V>'. | 1057 | |
| misc | FinalParameters | Parameter table should be final. | 1057 | |
| misc | FinalParameters | Parameter key should be final. | 1058 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1070 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1077 | |
| javadoc | JavadocMethod | Expected @param tag for '<V>'. | 1077 | |
| misc | FinalParameters | Parameter map should be final. | 1077 | |
| misc | FinalParameters | Parameter key should be final. | 1077 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1086 | |
| misc | FinalParameters | Parameter methodName should be final. | 1086 | |
| misc | FinalParameters | Parameter obj should be final. | 1086 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1089 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1095 | |
| design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 1102 | |
| sizes | MethodLength | Method length is 609 lines (max allowed is 150). | 1102 | |
| misc | FinalParameters | Parameter msg should be final. | 1102 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 1102 | |
| misc | FinalParameters | Parameter senderID should be final. | 1102 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 1102 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 1104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1106 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1122 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1126 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1141 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 1145 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1155 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1164 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1168 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1192 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1197 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 1212 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 1213 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1219 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1230 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1274 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1276 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1306 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 1308 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 1311 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1314 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1322 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1325 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1332 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1338 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1340 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1344 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1349 | |
| coding | MagicNumber | '1030' is a magic number. | 1367 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1368 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 1369 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 1380 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1400 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1408 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1416 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1424 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1426 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1433 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1435 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 1449 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1451 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1465 | |
| coding | MagicNumber | '1031' is a magic number. | 1468 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1469 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1470 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1471 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 1472 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 1486 | |
| coding | MagicNumber | '5' is a magic number. | 1486 | |
| coding | MagicNumber | '3' is a magic number. | 1490 | |
| coding | MagicNumber | '4' is a magic number. | 1491 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 1496 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1525 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1534 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1542 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1547 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1549 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1552 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 1557 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1567 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1568 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1573 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1575 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1580 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1593 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1594 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1599 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1601 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1606 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1612 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1619 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1620 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1623 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1624 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1626 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1627 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1629 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1631 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1636 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1636 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1642 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1649 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1650 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1653 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1654 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1656 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1657 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1659 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1661 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1666 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1666 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1675 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 1680 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 1682 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1687 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 1701 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1701 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1712 | |
| misc | FinalParameters | Parameter msg should be final. | 1712 | |
| misc | FinalParameters | Parameter callContext should be final. | 1713 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1714 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1731 | |
| misc | FinalParameters | Parameter m should be final. | 1736 | |
| misc | FinalParameters | Parameter matchingServices should be final. | 1737 | |
| javadoc | JavadocMethod | Expected @param tag for 'matchingServices'. | 1737 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1745 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1749 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1752 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1769 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1771 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1779 | |
| misc | FinalParameters | Parameter m should be final. | 1784 | |
| misc | FinalParameters | Parameter matchingServices should be final. | 1785 | |
| javadoc | JavadocMethod | Expected @param tag for 'matchingServices'. | 1785 | |
| misc | FinalParameters | Parameter vendor should be final. | 1785 | |
| javadoc | JavadocMethod | Expected @param tag for 'vendor'. | 1785 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1793 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1797 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1800 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1806 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1823 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1825 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1829 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1831 | |
| misc | FinalParameters | Parameter msg should be final. | 1835 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1844 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1844 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1856 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1856 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1860 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 1867 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1875 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1878 | |
| misc | FinalParameters | Parameter m should be final. | 1882 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1886 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1889 | |
| misc | FinalParameters | Parameter message should be final. | 1895 | |
| misc | FinalParameters | Parameter status should be final. | 1895 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1904 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1907 | |
| misc | FinalParameters | Parameter prof should be final. | 1912 | |
| javadoc | JavadocMethod | Expected @param tag for 'prof'. | 1912 | |
| misc | FinalParameters | Parameter registration should be final. | 1913 | |
| javadoc | JavadocMethod | Expected @param tag for 'registration'. | 1913 | |
| misc | FinalParameters | Parameter processURI should be final. | 1913 | |
| javadoc | JavadocMethod | Expected @param tag for 'processURI'. | 1913 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1915 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1919 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1925 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1949 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 1953 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1954 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1963 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 1980 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 1984 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1987 | |
| misc | FinalParameters | Parameter callerID should be final. | 1997 | |
| misc | FinalParameters | Parameter request should be final. | 1998 | |
| misc | FinalParameters | Parameter offer should be final. | 1998 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2002 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2005 | |
| misc | FinalParameters | Parameter callerID should be final. | 2017 | |
| misc | FinalParameters | Parameter request should be final. | 2018 | |
| misc | FinalParameters | Parameter offer should be final. | 2018 | |
| misc | FinalParameters | Parameter logID should be final. | 2018 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2026 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2028 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2031 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2034 | |
| misc | FinalParameters | Parameter caller should be final. | 2046 | |
| misc | FinalParameters | Parameter request should be final. | 2046 | |
| misc | FinalParameters | Parameter realization should be final. | 2047 | |
| misc | FinalParameters | Parameter registers should be final. | 2047 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2053 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 2056 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2065 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2068 | |
| misc | FinalParameters | Parameter as should be final. | 2078 | |
| misc | FinalParameters | Parameter realizationID should be final. | 2079 | |
| misc | FinalParameters | Parameter registers should be final. | 2079 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2080 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2087 | |
| design | DesignForExtension | Method 'waitForCoordinatorToBeKnown' is not designed for extension - needs to be abstract, final or empty. | 2101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2101 | |
| design | DesignForExtension | Method 'notifyOnFoundCoordinator' is not designed for extension - needs to be abstract, final or empty. | 2105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2105 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2111 | |
| design | DesignForExtension | Method 'removeAvailabilitySubscription' is not designed for extension - needs to be abstract, final or empty. | 2119 | |
| misc | FinalParameters | Parameter callerID should be final. | 2119 | |
| misc | FinalParameters | Parameter subscriber should be final. | 2120 | |
| misc | FinalParameters | Parameter requestURI should be final. | 2120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2121 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2144 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2174 | |
| design | DesignForExtension | Method 'removeMatchingRegParams' is not designed for extension - needs to be abstract, final or empty. | 2180 | |
| misc | FinalParameters | Parameter calleeID should be final. | 2180 | |
| misc | FinalParameters | Parameter realizedServices should be final. | 2181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2197 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 2203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2209 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2220 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2230 | |
| design | DesignForExtension | Method 'removeRegParams' is not designed for extension - needs to be abstract, final or empty. | 2235 | |
| misc | FinalParameters | Parameter calleeID should be final. | 2235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2236 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 2248 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2254 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 2261 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2272 | |
| misc | FinalParameters | Parameter calleeID should be final. | 2278 | |
| misc | FinalParameters | Parameter processURI should be final. | 2278 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 2282 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 2286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2287 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 2289 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2291 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 2293 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 2299 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 2301 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2305 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2319 | |
| design | DesignForExtension | Method 'getAllServiceProfiles' is not designed for extension - needs to be abstract, final or empty. | 2324 | |
| misc | FinalParameters | Parameter serviceURI should be final. | 2324 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2325 | |
| coding | MagicNumber | '1000' is a magic number. | 2336 | |
| coding | MagicNumber | '5' is a magic number. | 2337 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 2357 | |
| design | DesignForExtension | Method 'getAllServiceProfilesWithCalleeIDs' is not designed for extension - needs to be abstract, final or empty. | 2357 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2357 | |
| misc | FinalParameters | Parameter serviceURI should be final. | 2358 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 2362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 2362 | |
| misc | FinalParameters | Parameter serviceURI should be final. | 2363 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 2364 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 2372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2390 | |
| misc | FinalParameters | Parameter serviceURI should be final. | 2395 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2401 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 2404 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2405 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 2414 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2417 | |
| misc | FinalParameters | Parameter list should be final. | 2422 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 2423 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 2426 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter request should be final. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter profile should be final. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| design | DesignForExtension | Method 'getNonSemanticInput' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 39 | |
| misc | FinalParameters | Parameter context should be final. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 41 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 41 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 42 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| misc | FinalParameters | Parameter context should be final. | 54 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 54 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Expected an @return tag. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocMethod | Expected an @return tag. | 59 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'serviceClassURI'. | 60 | |
| misc | FinalParameters | Parameter vendor should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'vendor'. | 60 | |
| misc | FinalParameters | Parameter description should be final. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'description'. | 60 | |
| misc | FinalParameters | Parameter startServiceURI should be final. | 61 | |
| javadoc | JavadocMethod | Expected @param tag for 'startServiceURI'. | 61 | |
| javadoc | JavadocMethod | Expected an @return tag. | 70 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'serviceClassURI'. | 70 | |
| misc | FinalParameters | Parameter vendor should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'vendor'. | 71 | |
| misc | FinalParameters | Parameter theCaller should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'theCaller'. | 71 | |
| javadoc | JavadocMethod | Expected an @return tag. | 79 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'serviceClassURI'. | 80 | |
| misc | FinalParameters | Parameter theCaller should be final. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'theCaller'. | 80 | |
| javadoc | JavadocMethod | Expected an @return tag. | 88 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'serviceClassURI'. | 89 | |
| misc | FinalParameters | Parameter vendor should be final. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'vendor'. | 89 | |
| misc | FinalParameters | Parameter requestingUser should be final. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'requestingUser'. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 111 | |
| misc | FinalParameters | Parameter vendor should be final. | 112 | |
| misc | FinalParameters | Parameter requestingUser should be final. | 112 | |
| misc | FinalParameters | Parameter theCaller should be final. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'theCaller'. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| misc | FinalParameters | Parameter uri should be final. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 137 | |
| javadoc | JavadocMethod | Expected an @return tag. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| misc | FinalParameters | Parameter r should be final. | 111 | |
| misc | FinalParameters | Parameter toPath should be final. | 112 | |
| misc | FinalParameters | Parameter restrictions should be final. | 112 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 121 | |
| javadoc | JavadocMethod | Expected an @return tag. | 132 | |
| misc | FinalParameters | Parameter restrictions should be final. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'restrictions'. | 133 | |
| misc | FinalParameters | Parameter propPath should be final. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 133 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 134 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 137 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 140 | |
| javadoc | JavadocMethod | Expected an @return tag. | 145 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 145 | |
| misc | FinalParameters | Parameter restrictions should be final. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'restrictions'. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter uri should be final. | 159 | |
| design | VisibilityModifier | Variable 'instanceLevelRestrictions' must be private and have accessor methods. | 173 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 174 | |
| design | VisibilityModifier | Variable 'numberOfValueRestrictions' must be private and have accessor methods. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| design | VisibilityModifier | Variable 'myProfile' must be private and have accessor methods. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| javadoc | JavadocMethod | Expected an @return tag. | 183 | |
| misc | FinalParameters | Parameter r should be final. | 183 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 183 | |
| misc | FinalParameters | Parameter toPath should be final. | 184 | |
| javadoc | JavadocMethod | Expected @param tag for 'toPath'. | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| misc | FinalParameters | Parameter propURI should be final. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 201 | |
| javadoc | JavadocMethod | Expected an @return tag. | 210 | |
| misc | FinalParameters | Parameter propURI should be final. | 211 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 223 | |
| javadoc | JavadocMethod | Expected an @return tag. | 226 | |
| misc | FinalParameters | Parameter inParamURI should be final. | 226 | |
| javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 226 | |
| misc | FinalParameters | Parameter typeURI should be final. | 226 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 226 | |
| misc | FinalParameters | Parameter minCardinality should be final. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 227 | |
| misc | FinalParameters | Parameter maxCardinality should be final. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 227 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 235 | |
| misc | FinalParameters | Parameter inParamURI should be final. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 238 | |
| misc | FinalParameters | Parameter typeURI should be final. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 238 | |
| misc | FinalParameters | Parameter minCardinality should be final. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 239 | |
| misc | FinalParameters | Parameter maxCardinality should be final. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 239 | |
| misc | FinalParameters | Parameter propPath should be final. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 239 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 247 | |
| misc | FinalParameters | Parameter inParamURI should be final. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 250 | |
| misc | FinalParameters | Parameter propPath should be final. | 250 | |
| javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 250 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 254 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 261 | |
| misc | FinalParameters | Parameter inParamURI should be final. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 264 | |
| misc | FinalParameters | Parameter typeURI should be final. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 264 | |
| misc | FinalParameters | Parameter minCardinality should be final. | 265 | |
| javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 265 | |
| misc | FinalParameters | Parameter maxCardinality should be final. | 265 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 265 | |
| misc | FinalParameters | Parameter propPath should be final. | 265 | |
| javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 265 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 271 | |
| misc | FinalParameters | Parameter inParamURI should be final. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 274 | |
| misc | FinalParameters | Parameter typeURI should be final. | 275 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 275 | |
| misc | FinalParameters | Parameter minCardinality should be final. | 275 | |
| javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 275 | |
| misc | FinalParameters | Parameter maxCardinality should be final. | 275 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 275 | |
| misc | FinalParameters | Parameter propPath should be final. | 276 | |
| javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 276 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 282 | |
| misc | FinalParameters | Parameter inParamURI should be final. | 285 | |
| javadoc | JavadocMethod | Expected @param tag for 'inParamURI'. | 285 | |
| misc | FinalParameters | Parameter typeURI should be final. | 286 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 286 | |
| misc | FinalParameters | Parameter minCardinality should be final. | 286 | |
| javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 286 | |
| misc | FinalParameters | Parameter maxCardinality should be final. | 286 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 286 | |
| misc | FinalParameters | Parameter propPath should be final. | 287 | |
| javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 287 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 293 | |
| misc | FinalParameters | Parameter outParamURI should be final. | 296 | |
| javadoc | JavadocMethod | Expected @param tag for 'outParamURI'. | 296 | |
| misc | FinalParameters | Parameter typeURI should be final. | 296 | |
| javadoc | JavadocMethod | Expected @param tag for 'typeURI'. | 296 | |
| misc | FinalParameters | Parameter minCardinality should be final. | 297 | |
| javadoc | JavadocMethod | Expected @param tag for 'minCardinality'. | 297 | |
| misc | FinalParameters | Parameter maxCardinality should be final. | 297 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxCardinality'. | 297 | |
| misc | FinalParameters | Parameter propPath should be final. | 297 | |
| javadoc | JavadocMethod | Expected @param tag for 'propPath'. | 297 | |
| javadoc | JavadocMethod | Expected an @return tag. | 312 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| misc | FinalParameters | Parameter propURI should be final. | 312 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 314 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 315 | |
| javadoc | JavadocMethod | Expected an @return tag. | 322 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| misc | FinalParameters | Parameter propURI should be final. | 327 | |
| misc | FinalParameters | Parameter value should be final. | 327 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 350 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 352 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 361 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 367 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 371 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| coding | MagicNumber | '4' is a magic number. | 70 | |
| coding | MagicNumber | '3' is a magic number. | 71 | |
| coding | MagicNumber | '6' is a magic number. | 73 | |
| coding | MagicNumber | '7' is a magic number. | 74 | |
| coding | MagicNumber | '8' is a magic number. | 75 | |
| coding | MagicNumber | '9' is a magic number. | 76 | |
| coding | MagicNumber | '10' is a magic number. | 77 | |
| coding | MagicNumber | '11' is a magic number. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 82 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 92 | |
| coding | MagicNumber | '5' is a magic number. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 124 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.service.ServiceCall. | 29 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.service.ServiceCallee. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 87 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 100 | |
| misc | FinalParameters | Parameter vendor should be final. | 100 | |
| misc | FinalParameters | Parameter description should be final. | 100 | |
| misc | FinalParameters | Parameter startServiceURI should be final. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| misc | FinalParameters | Parameter uis should be final. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'uis'. | 114 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'serviceClassURI'. | 114 | |
| misc | FinalParameters | Parameter vendor should be final. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'vendor'. | 114 | |
| misc | FinalParameters | Parameter description should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'description'. | 115 | |
| misc | FinalParameters | Parameter startServiceURI should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'startServiceURI'. | 115 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 136 | |
| misc | FinalParameters | Parameter vendor should be final. | 137 | |
| misc | FinalParameters | Parameter theCaller should be final. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| misc | FinalParameters | Parameter requestedService should be final. | 159 | |
| javadoc | JavadocMethod | Expected @param tag for 'requestedService'. | 159 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 159 | |
| misc | FinalParameters | Parameter vendor should be final. | 160 | |
| misc | FinalParameters | Parameter theCaller should be final. | 160 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 164 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 167 | |
| coding | MagicNumber | '5' is a magic number. | 169 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| javadoc | JavadocMethod | Expected an @return tag. | 196 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 197 | |
| misc | FinalParameters | Parameter theCaller should be final. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'theCaller'. | 197 | |
| javadoc | JavadocMethod | Expected an @return tag. | 211 | |
| misc | FinalParameters | Parameter requestedService should be final. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'requestedService'. | 212 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 212 | |
| misc | FinalParameters | Parameter theCaller should be final. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'theCaller'. | 213 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 217 | |
| coding | MagicNumber | '5' is a magic number. | 219 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 260 | |
| misc | FinalParameters | Parameter vendor should be final. | 260 | |
| misc | FinalParameters | Parameter requestingUser should be final. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| misc | FinalParameters | Parameter requestedService should be final. | 281 | |
| javadoc | JavadocMethod | Expected @param tag for 'requestedService'. | 281 | |
| misc | FinalParameters | Parameter serviceClassURI should be final. | 281 | |
| misc | FinalParameters | Parameter vendor should be final. | 282 | |
| misc | FinalParameters | Parameter requestingUser should be final. | 282 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 286 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 289 | |
| coding | MagicNumber | '5' is a magic number. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| misc | FinalParameters | Parameter uri should be final. | 335 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 335 | |
| javadoc | JavadocMethod | Expected an @return tag. | 342 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| misc | FinalParameters | Parameter propURI should be final. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 342 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| misc | FinalParameters | Parameter o should be final. | 72 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| coding | MagicNumber | '3' is a magic number. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 97 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 111 | |
| misc | FinalParameters | Parameter targetClass should be final. | 112 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 129 | |
| misc | FinalParameters | Parameter targetLang should be final. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 147 | |
| misc | FinalParameters | Parameter targetUnit should be final. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.ManagedIndividual. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocMethod | Unused @param tag for 'Object'. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| misc | FinalParameters | Parameter o should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| coding | MagicNumber | '3' is a magic number. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 113 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| javadoc | JavadocMethod | Unused @param tag for 'AggregatingFilter'. | 124 | |
| javadoc | JavadocMethod | Unused @param tag for 'ProcessOutput'. | 126 | |
| javadoc | JavadocMethod | Unused @param tag for 'ProcessOutput'. | 128 | |
| misc | FinalParameters | Parameter toParam should be final. | 133 | |
| javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 133 | |
| misc | FinalParameters | Parameter filter should be final. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'filter'. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 139 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| javadoc | JavadocMethod | Unused @param tag for 'ProcessOutput'. | 146 | |
| javadoc | JavadocMethod | Unused @param tag for 'PropertyPath'. | 148 | |
| javadoc | JavadocMethod | Unused @param tag for 'TypeURI'. | 150 | |
| misc | FinalParameters | Parameter toParam should be final. | 155 | |
| javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 155 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 156 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 156 | |
| misc | FinalParameters | Parameter targetClass should be final. | 156 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetClass'. | 156 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| javadoc | JavadocMethod | Unused @param tag for 'ProcessOutput'. | 168 | |
| javadoc | JavadocMethod | Unused @param tag for 'PropertyPath'. | 170 | |
| misc | FinalParameters | Parameter toParam should be final. | 177 | |
| javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 177 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 178 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 178 | |
| misc | FinalParameters | Parameter targetLang should be final. | 178 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| javadoc | JavadocMethod | Unused @param tag for 'ProcessOutput'. | 190 | |
| javadoc | JavadocMethod | Unused @param tag for 'PropertyPath'. | 192 | |
| misc | FinalParameters | Parameter toParam should be final. | 197 | |
| javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 197 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 198 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 198 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 204 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| javadoc | JavadocMethod | Unused @param tag for 'ProcessOutput'. | 212 | |
| javadoc | JavadocMethod | Unused @param tag for 'PropertyPath'. | 214 | |
| misc | FinalParameters | Parameter toParam should be final. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 221 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 222 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 222 | |
| misc | FinalParameters | Parameter targetUnit should be final. | 222 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| javadoc | JavadocMethod | Unused @param tag for 'Resource'. | 234 | |
| javadoc | JavadocMethod | Unused @param tag for 'Hastable'. | 236 | |
| misc | FinalParameters | Parameter req should be final. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'req'. | 241 | |
| misc | FinalParameters | Parameter offer should be final. | 241 | |
| javadoc | JavadocMethod | Expected @param tag for 'offer'. | 241 | |
| misc | FinalParameters | Parameter context should be final. | 242 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 251 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocMethod | Unused @param tag for 'Object'. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| misc | FinalParameters | Parameter o should be final. | 71 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Unused @param tag for 'Propertypath'. | 116 | |
| javadoc | JavadocMethod | Unused @param tag for 'Object'. | 118 | |
| misc | FinalParameters | Parameter ppath should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 123 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocMethod | Unused @param tag for 'Propertypath'. | 138 | |
| javadoc | JavadocMethod | Unused @param tag for 'Object'. | 140 | |
| misc | FinalParameters | Parameter ppath should be final. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 145 | |
| misc | FinalParameters | Parameter value should be final. | 145 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 146 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| javadoc | JavadocMethod | Unused @param tag for 'Propertypath'. | 160 | |
| javadoc | JavadocMethod | Unused @param tag for 'Object'. | 162 | |
| misc | FinalParameters | Parameter ppath should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| javadoc | JavadocMethod | Unused @param tag for 'Resource'. | 181 | |
| javadoc | JavadocMethod | Unused @param tag for 'Hastable'. | 183 | |
| misc | FinalParameters | Parameter req should be final. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'req'. | 188 | |
| misc | FinalParameters | Parameter offer should be final. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'offer'. | 188 | |
| misc | FinalParameters | Parameter context should be final. | 189 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| misc | FinalParameters | Parameter r should be final. | 47 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 48 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 59 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 95 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 100 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| misc | FinalParameters | Parameter uri should be final. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| misc | FinalParameters | Parameter uri should be final. | 35 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter r should be final. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 54 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter value should be final. | 66 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 80 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 90 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 95 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| misc | FinalParameters | Parameter uri should be final. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 104 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| misc | FinalParameters | Parameter uri should be final. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| misc | FinalParameters | Parameter o should be final. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| misc | FinalParameters | Parameter o should be final. | 118 | |
| misc | FinalParameters | Parameter context should be final. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 142 | |
| misc | FinalParameters | Parameter o should be final. | 145 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 153 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 153 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter uri should be final. | 168 | |
| misc | FinalParameters | Parameter subType should be final. | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| design | DesignForExtension | Method 'asVariableReference' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| design | DesignForExtension | Method 'getMaxCardinality' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| design | DesignForExtension | Method 'getMinCardinality' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| design | DesignForExtension | Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| design | DesignForExtension | Method 'getParameterType' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'getParameterValue' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 254 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 260 | |
| javadoc | JavadocMethod | Expected an @return tag. | 264 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 272 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 274 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 277 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 286 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 294 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 300 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 308 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| javadoc | JavadocMethod | Expected an @return tag. | 332 | |
| misc | FinalParameters | Parameter max should be final. | 332 | |
| misc | FinalParameters | Parameter min should be final. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 336 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| javadoc | JavadocMethod | Expected an @return tag. | 358 | |
| misc | FinalParameters | Parameter value should be final. | 358 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 359 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| javadoc | JavadocMethod | Expected an @return tag. | 376 | |
| misc | FinalParameters | Parameter typeURI should be final. | 376 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 386 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| javadoc | JavadocMethod | Expected an @return tag. | 392 | |
| misc | FinalParameters | Parameter value should be final. | 392 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| javadoc | JavadocMethod | Expected an @return tag. | 411 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| misc | FinalParameters | Parameter prop should be final. | 411 | |
| misc | FinalParameters | Parameter val should be final. | 411 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 412 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 438 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| misc | FinalParameters | Parameter req should be final. | 63 | |
| misc | FinalParameters | Parameter offer should be final. | 63 | |
| misc | FinalParameters | Parameter context should be final. | 64 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| misc | FinalParameters | Parameter req should be final. | 82 | |
| misc | FinalParameters | Parameter offer should be final. | 82 | |
| misc | FinalParameters | Parameter context should be final. | 83 | |
| misc | FinalParameters | Parameter logID should be final. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| coding | MagicNumber | '1010' is a magic number. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 109 | |
| coding | MagicNumber | '1011' is a magic number. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 122 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 124 | |
| coding | MagicNumber | '1012' is a magic number. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 178). | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| coding | MagicNumber | '1013' is a magic number. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 160 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| misc | FinalParameters | Parameter req should be final. | 180 | |
| misc | FinalParameters | Parameter offer should be final. | 180 | |
| misc | FinalParameters | Parameter context should be final. | 181 | |
| misc | FinalParameters | Parameter logID should be final. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'logID'. | 181 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| coding | MagicNumber | '1000' is a magic number. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 215 | |
| coding | MagicNumber | '1001' is a magic number. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 222 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| misc | FinalParameters | Parameter pr should be final. | 238 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 270 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 284 | |
| misc | FinalParameters | Parameter uri should be final. | 284 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| misc | FinalParameters | Parameter propURI should be final. | 289 | |
| misc | FinalParameters | Parameter value should be final. | 289 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 290 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 303 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 314 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| design | DesignForExtension | Method 'addAddEffect' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| misc | FinalParameters | Parameter ppath should be final. | 334 | |
| misc | FinalParameters | Parameter value should be final. | 334 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| design | DesignForExtension | Method 'addAggregatingOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| misc | FinalParameters | Parameter toParam should be final. | 346 | |
| misc | FinalParameters | Parameter filter should be final. | 347 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| design | DesignForExtension | Method 'addChangeEffect' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| misc | FinalParameters | Parameter ppath should be final. | 361 | |
| misc | FinalParameters | Parameter value should be final. | 361 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| javadoc | JavadocMethod | Unused @param tag for 'value'. | 371 | |
| design | DesignForExtension | Method 'addRemoveEffect' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| misc | FinalParameters | Parameter ppath should be final. | 374 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| design | DesignForExtension | Method 'addClassConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| misc | FinalParameters | Parameter toParam should be final. | 388 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 389 | |
| misc | FinalParameters | Parameter targetClass should be final. | 389 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 395 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 397 | |
| design | DesignForExtension | Method 'addLangConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| misc | FinalParameters | Parameter toParam should be final. | 405 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 406 | |
| misc | FinalParameters | Parameter targetLang should be final. | 406 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 412 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 414 | |
| design | DesignForExtension | Method 'addUnitConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| misc | FinalParameters | Parameter toParam should be final. | 422 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 423 | |
| misc | FinalParameters | Parameter targetUnit should be final. | 423 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| design | DesignForExtension | Method 'addSimpleOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| misc | FinalParameters | Parameter toParam should be final. | 437 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 438 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 443 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 445 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 473 | |
| design | DesignForExtension | Method 'getBindings' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 482 | |
| design | DesignForExtension | Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. | 485 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 489 | |
| javadoc | JavadocMethod | Expected an @return tag. | 493 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 493 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter value should be final. | 43 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter uri should be final. | 55 | |
| misc | FinalParameters | Parameter value should be final. | 55 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getAbsLocations' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocMethod | Expected an @return tag. | 85 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| misc | FinalParameters | Parameter propURI should be final. | 85 | |
| misc | FinalParameters | Parameter value should be final. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter value should be final. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| misc | FinalParameters | Parameter value should be final. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getNumberOfSamples' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 58 | |
| javadoc | JavadocMethod | Expected an @return tag. | 64 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| misc | FinalParameters | Parameter propURI should be final. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 64 | |
| misc | FinalParameters | Parameter value should be final. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 64 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | ConstantName | Name 'PROP_uAAL_PARAMETER_VALUE_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter uri should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| misc | FinalParameters | Parameter propURI should be final. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 83 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 84 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 108 | |
| javadoc | JavadocMethod | Expected an @return tag. | 115 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Expected an @return tag. | 123 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| misc | FinalParameters | Parameter propURI should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 123 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 123 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 131 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter r should be final. | 36 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter uri should be final. | 43 | |
| misc | FinalParameters | Parameter r should be final. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getRating' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter propURI should be final. | 60 | |
| misc | FinalParameters | Parameter value should be final. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter value should be final. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter uri should be final. | 44 | |
| misc | FinalParameters | Parameter value should be final. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getNumberOfMilliseconds' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 58 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter propURI should be final. | 61 | |
| misc | FinalParameters | Parameter value should be final. | 61 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 76 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 81 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 86 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 91 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 109 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 124 | |
| naming | ConstantName | Name 'PROP_uAAL_AVERAGE_QOS_RATING' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 134 | |
| naming | ConstantName | Name 'PROP_uAAL_AVERAGE_RESPONSE_TIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 144 | |
| naming | ConstantName | Name 'PROP_uAAL_HOST_LOCATION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 153 | |
| naming | ConstantName | Name 'PROP_uAAL_MAX_QOS_RATING' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 163 | |
| naming | ConstantName | Name 'PROP_uAAL_MAX_RESPONSE_TIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 172 | |
| naming | ConstantName | Name 'PROP_uAAL_MIN_QOS_RATING' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 182 | |
| naming | ConstantName | Name 'PROP_uAAL_MIN_RESPONSE_TIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 191 | |
| naming | ConstantName | Name 'PROP_uAAL_NUMBER_OF_QOS_RATINGS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 200 | |
| naming | ConstantName | Name 'PROP_uAAL_NUMBER_OF_RESPONSE_TIME_MEASUREMENTS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 212 | |
| naming | ConstantName | Name 'PROP_uAAL_RESPONSE_TIMEOUT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 223 | |
| naming | ConstantName | Name 'PROP_uAAL_SPATIAL_COVERAGE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 223 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| misc | FinalParameters | Parameter subPropertyOfServiceParameter should be final. | 261 | |
| misc | FinalParameters | Parameter subclassOfProfileParameter should be final. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| misc | FinalParameters | Parameter uri should be final. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| misc | FinalParameters | Parameter s should be final. | 303 | |
| misc | FinalParameters | Parameter processURI should be final. | 303 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 313 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 317 | |
| design | DesignForExtension | Method 'addAddEffect' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| misc | FinalParameters | Parameter ppath should be final. | 329 | |
| javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 329 | |
| misc | FinalParameters | Parameter value should be final. | 329 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 329 | |
| design | DesignForExtension | Method 'addChangeEffect' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| misc | FinalParameters | Parameter ppath should be final. | 341 | |
| javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 341 | |
| misc | FinalParameters | Parameter value should be final. | 341 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 341 | |
| design | DesignForExtension | Method 'addClassConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| misc | FinalParameters | Parameter toParam should be final. | 354 | |
| javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 354 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 355 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 355 | |
| misc | FinalParameters | Parameter targetClass should be final. | 355 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetClass'. | 355 | |
| design | DesignForExtension | Method 'addInput' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| misc | FinalParameters | Parameter in should be final. | 366 | |
| javadoc | JavadocMethod | Expected @param tag for 'in'. | 366 | |
| design | DesignForExtension | Method 'addLangConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| misc | FinalParameters | Parameter toParam should be final. | 378 | |
| javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 378 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 379 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 379 | |
| misc | FinalParameters | Parameter targetLang should be final. | 379 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetLang'. | 379 | |
| design | DesignForExtension | Method 'addOutput' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| misc | FinalParameters | Parameter out should be final. | 390 | |
| javadoc | JavadocMethod | Expected @param tag for 'out'. | 390 | |
| design | DesignForExtension | Method 'addRemoveEffect' is not designed for extension - needs to be abstract, final or empty. | 400 | |
| misc | FinalParameters | Parameter ppath should be final. | 400 | |
| javadoc | JavadocMethod | Expected @param tag for 'ppath'. | 400 | |
| design | DesignForExtension | Method 'addSimpleOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| misc | FinalParameters | Parameter toParam should be final. | 411 | |
| javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 411 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 412 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 412 | |
| design | DesignForExtension | Method 'addUnitConversionOutputBinding' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| misc | FinalParameters | Parameter toParam should be final. | 425 | |
| javadoc | JavadocMethod | Expected @param tag for 'toParam'. | 425 | |
| misc | FinalParameters | Parameter sourceProp should be final. | 426 | |
| javadoc | JavadocMethod | Expected @param tag for 'sourceProp'. | 426 | |
| misc | FinalParameters | Parameter targetUnit should be final. | 426 | |
| javadoc | JavadocMethod | Expected @param tag for 'targetUnit'. | 426 | |
| javadoc | JavadocMethod | Expected an @return tag. | 437 | |
| design | DesignForExtension | Method 'getEffects' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 440 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 441 | |
| javadoc | JavadocMethod | Expected an @return tag. | 449 | |
| design | DesignForExtension | Method 'getInputs' is not designed for extension - needs to be abstract, final or empty. | 449 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 451 | |
| design | DesignForExtension | Method 'getNumberOfInputs' is not designed for extension - needs to be abstract, final or empty. | 454 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 454 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 456 | |
| design | DesignForExtension | Method 'getNumberOfMandatoryInputs' is not designed for extension - needs to be abstract, final or empty. | 459 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 459 | |
| javadoc | JavadocMethod | Expected an @return tag. | 474 | |
| design | DesignForExtension | Method 'getOutputs' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 476 | |
| javadoc | JavadocMethod | Expected an @return tag. | 483 | |
| design | DesignForExtension | Method 'getOutputBindings' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 486 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 487 | |
| javadoc | JavadocMethod | Expected an @return tag. | 495 | |
| design | DesignForExtension | Method 'getProcessURI' is not designed for extension - needs to be abstract, final or empty. | 495 | |
| javadoc | JavadocMethod | Expected an @return tag. | 503 | |
| design | DesignForExtension | Method 'getServiceName' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| javadoc | JavadocMethod | Expected an @return tag. | 511 | |
| design | DesignForExtension | Method 'getServiceDescription' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| javadoc | JavadocMethod | Expected an @return tag. | 519 | |
| design | DesignForExtension | Method 'getTheService' is not designed for extension - needs to be abstract, final or empty. | 519 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 523 | |
| coding | MagicNumber | '5' is a magic number. | 526 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 534 | |
| design | DesignForExtension | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 537 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 543 | |
| coding | MagicNumber | '5' is a magic number. | 546 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 552 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 563 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 565 | |
| misc | FinalParameters | Parameter propURI should be final. | 566 | |
| misc | FinalParameters | Parameter value should be final. | 566 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 640 | |
| javadoc | JavadocMethod | Expected an @return tag. | 643 | |
| design | DesignForExtension | Method 'serializeProfile' is not designed for extension - needs to be abstract, final or empty. | 643 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 647 | |
| javadoc | JavadocMethod | Expected an @return tag. | 650 | |
| misc | FinalParameters | Parameter turtleSP should be final. | 650 | |
| javadoc | JavadocMethod | Expected @param tag for 'turtleSP'. | 650 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 652 | |
| javadoc | JavadocMethod | Expected an @return tag. | 658 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 658 | |
| misc | FinalParameters | Parameter other should be final. | 658 | |
| javadoc | JavadocMethod | Expected @param tag for 'other'. | 658 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 659 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter value should be final. | 39 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter uri should be final. | 46 | |
| misc | FinalParameters | Parameter value should be final. | 46 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter propURI should be final. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 28 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 35 | |
| design | DesignForExtension | Method 'doExecute' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 | |
| naming | ConstantName | Name 'busRegistryShareParams' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.context.ContextEventPattern. | 24 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.context.ContextSubscriber. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.service.ServiceCallee. | 27 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.service.owls.profile.ServiceProfile. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'fetchParams' must be private and have accessor methods. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter mc should be final. | 35 | |
| coding | HiddenField | 'mc' hides a field. | 35 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| design | DesignForExtension | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter mc should be final. | 42 | |
| coding | HiddenField | 'mc' hides a field. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 46 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 79 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'type' must be private and have accessor methods. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter type should be final. | 82 | |
| coding | HiddenField | 'type' hides a field. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| misc | FinalParameters | Parameter action should be final. | 86 | |
| misc | FinalParameters | Parameter busMember should be final. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter action should be final. | 91 | |
| misc | FinalParameters | Parameter busMemberClass should be final. | 91 | |
| misc | FinalParameters | Parameter busMemberURI should be final. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter busMember should be final. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter busMember should be final. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 139 | |
| misc | FinalParameters | Parameter busMemberID should be final. | 139 | |
| misc | FinalParameters | Parameter params should be final. | 139 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| misc | FinalParameters | Parameter busMemberID should be final. | 159 | |
| misc | FinalParameters | Parameter params should be final. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 167 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| misc | FinalParameters | Parameter mc should be final. | 189 | |
| coding | HiddenField | 'mc' hides a field. | 189 | |
| design | DesignForExtension | Method 'removeRegistryListeners' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| misc | FinalParameters | Parameter bus should be final. | 226 | |
| misc | FinalParameters | Parameter type should be final. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 232 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| misc | FinalParameters | Parameter id should be final. | 249 | |
| misc | FinalParameters | Parameter member should be final. | 249 | |
| misc | FinalParameters | Parameter type should be final. | 250 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| misc | FinalParameters | Parameter id should be final. | 264 | |
| misc | FinalParameters | Parameter member should be final. | 264 | |
| misc | FinalParameters | Parameter type should be final. | 265 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 266 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| misc | FinalParameters | Parameter listener should be final. | 280 | |
| misc | FinalParameters | Parameter members should be final. | 281 | |
| misc | FinalParameters | Parameter busType should be final. | 281 | |
| design | DesignForExtension | Method 'addListener' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 292 | |
| misc | FinalParameters | Parameter listener should be final. | 292 | |
| misc | FinalParameters | Parameter notifyAboutPreviouslyRegisteredMembers should be final. | 293 | |
| design | DesignForExtension | Method 'removeListener' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| misc | FinalParameters | Parameter listener should be final. | 305 | |
| design | DesignForExtension | Method 'logInfo' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| misc | FinalParameters | Parameter format should be final. | 309 | |
| misc | FinalParameters | Parameter args should be final. | 309 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'mc' must be private and have accessor methods. | 31 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter context should be final. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 34 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 34 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter mc should be final. | 41 | |
| coding | HiddenField | 'mc' hides a field. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.Form. | 26 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.Submit. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Unused @param tag for '{@link'. | 113 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'uiResponse'. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| javadoc | JavadocMethod | Unused @param tag for 'oldProfile'. | 146 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 149 | |
| javadoc | JavadocMethod | Expected @param tag for 'oldUIHandlerProfile'. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 216 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 228 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 8 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter mc should be final. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.bus.member.BusMember. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| misc | FinalParameters | Parameter context should be final. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'abortDialog' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| misc | FinalParameters | Parameter dialogID should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| misc | FinalParameters | Parameter call should be final. | 80 | |
| misc | FinalParameters | Parameter changedProp should be final. | 81 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 82 | |
| misc | FinalParameters | Parameter bus should be final. | 90 | |
| javadoc | JavadocMethod | Expected @param tag for 'bus'. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| misc | FinalParameters | Parameter dialogID should be final. | 121 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| misc | FinalParameters | Parameter msg should be final. | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| design | DesignForExtension | Method 'resumeDialog' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| misc | FinalParameters | Parameter dialogID should be final. | 154 | |
| misc | FinalParameters | Parameter dialogData should be final. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| misc | FinalParameters | Parameter uiRequest should be final. | 166 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| design | DesignForExtension | Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. | 180 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.bus.member.BusMember. | 26 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.Form. | 35 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.SubdialogTrigger. | 36 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.Submit. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| misc | FinalParameters | Parameter context should be final. | 68 | |
| misc | FinalParameters | Parameter initialSubscription should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| javadoc | JavadocMethod | Unused @param tag for 'initialSubscription'. | 88 | |
| misc | FinalParameters | Parameter context should be final. | 94 | |
| misc | FinalParameters | Parameter initialSubscriptions should be final. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'initialSubscriptions'. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| misc | FinalParameters | Parameter newSubscription should be final. | 131 | |
| misc | FinalParameters | Parameter b should be final. | 142 | |
| javadoc | JavadocMethod | Expected @param tag for 'b'. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| misc | FinalParameters | Parameter uiResponse should be final. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| misc | FinalParameters | Parameter msg should be final. | 183 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| misc | FinalParameters | Parameter oldSubscription should be final. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| misc | FinalParameters | Parameter user should be final. | 224 | |
| misc | FinalParameters | Parameter loginLocation should be final. | 224 | |
| design | DesignForExtension | Method 'getRealizedHandlerProfiles' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| design | DesignForExtension | Method 'getMyID' is not designed for extension - needs to be abstract, final or empty. | 240 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| coding | MagicNumber | '12' is a magic number. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocMethod | Expected an @return tag. | 84 | |
| design | DesignForExtension | Method 'addRestriction' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| misc | FinalParameters | Parameter mergedRestriction should be final. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'getMatchingDegree' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| misc | FinalParameters | Parameter uiRequest should be final. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 170 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| misc | FinalParameters | Parameter onProp should be final. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 212 | |
| design | DesignForExtension | Method 'isClosedCollection' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| misc | FinalParameters | Parameter propURI should be final. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| misc | FinalParameters | Parameter prop should be final. | 228 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| misc | FinalParameters | Parameter propURI should be final. | 242 | |
| misc | FinalParameters | Parameter value should be final. | 242 | |
| javadoc | JavadocMethod | Expected an @return tag. | 269 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| misc | FinalParameters | Parameter subset should be final. | 269 | |
| javadoc | JavadocMethod | Expected @param tag for 'subset'. | 269 | |
| javadoc | JavadocMethod | Expected an @return tag. | 290 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| javadoc | JavadocMethod | Expected an @return tag. | 301 | |
| design | DesignForExtension | Method 'setSupportedInputModalities' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| misc | FinalParameters | Parameter modalities should be final. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| design | DesignForExtension | Method 'getSupportedInputModalities' is not designed for extension - needs to be abstract, final or empty. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| naming | ConstantName | Name 'uAAL_UI_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| misc | FinalParameters | Parameter user should be final. | 136 | |
| misc | FinalParameters | Parameter dialogForm should be final. | 136 | |
| misc | FinalParameters | Parameter dialogPriority should be final. | 137 | |
| misc | FinalParameters | Parameter dialogLang should be final. | 137 | |
| misc | FinalParameters | Parameter dialogPrivacy should be final. | 138 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 151 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| misc | FinalParameters | Parameter propURI should be final. | 154 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| design | DesignForExtension | Method 'getAddressedUser' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| design | DesignForExtension | Method 'getDialogForm' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| design | DesignForExtension | Method 'getDialogID' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| design | DesignForExtension | Method 'getDialogLanguage' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| design | DesignForExtension | Method 'getDialogPriority' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| design | DesignForExtension | Method 'getDialogPrivacyLevel' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| design | DesignForExtension | Method 'getDialogType' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| design | DesignForExtension | Method 'getImpairments' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| design | DesignForExtension | Method 'getPreferences' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| design | DesignForExtension | Method 'getPresentationLocation' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| design | DesignForExtension | Method 'setCollectedInput' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| misc | FinalParameters | Parameter data should be final. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| design | DesignForExtension | Method 'setImpairments' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| misc | FinalParameters | Parameter impairments should be final. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| design | DesignForExtension | Method 'setPreferences' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| misc | FinalParameters | Parameter preferences should be final. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| design | DesignForExtension | Method 'setPresentationLocation' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| misc | FinalParameters | Parameter presentationLocation should be final. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| design | DesignForExtension | Method 'setPresentationModality' is not designed for extension - needs to be abstract, final or empty. | 315 | |
| misc | FinalParameters | Parameter modality should be final. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| design | DesignForExtension | Method 'getAltPresentationModality' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| design | DesignForExtension | Method 'setAltPresentationModality' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| misc | FinalParameters | Parameter outputModality should be final. | 336 | |
| javadoc | JavadocMethod | Expected an @return tag. | 346 | |
| design | DesignForExtension | Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| misc | FinalParameters | Parameter subset should be final. | 346 | |
| javadoc | JavadocMethod | Expected @param tag for 'subset'. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 355 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 362 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 377 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| misc | FinalParameters | Parameter user should be final. | 84 | |
| misc | FinalParameters | Parameter inputLocation should be final. | 84 | |
| misc | FinalParameters | Parameter submit should be final. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| design | DesignForExtension | Method 'getDialogID' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'getSubmissionLocation' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'getParentDialogURI' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 139 | |
| javadoc | JavadocMethod | Expected an @return tag. | 141 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| misc | FinalParameters | Parameter propURI should be final. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 142 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| design | DesignForExtension | Method 'getSubmissionID' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| design | DesignForExtension | Method 'getSubmittedData' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'getUser' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| design | DesignForExtension | Method 'getUserInput' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| misc | FinalParameters | Parameter propPath should be final. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| design | DesignForExtension | Method 'isSubdialogCall' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| design | DesignForExtension | Method 'isSubdialogSubmission' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| design | DesignForExtension | Method 'isForDialogManagerCall' is not designed for extension - needs to be abstract, final or empty. | 226 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.UIRequest. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 32 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| naming | ConstantName | Name 'PROP_uAAL_DIALOG_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| naming | ConstantName | Name 'PROP_uAAL_UI_UPDATED_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| naming | ConstantName | Name 'PROP_uAAL_UI_HANDLER_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| naming | ConstantName | Name 'PROP_uAAL_UI_CALLER_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| naming | ConstantName | Name 'PROP_uAAL_UI_DIALOG_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 62 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| naming | ConstantName | Name 'PROP_uAAL_UI_USER_INPUT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 68 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 68 | |
| naming | ConstantName | Name 'PROP_uAAL_UI_CALL' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 74 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 74 | |
| naming | ConstantName | Name 'PROP_uAAL_CHANGED_PROPERTY' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.UIHandler. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter handlerId should be final. | 47 | |
| misc | FinalParameters | Parameter dialogId should be final. | 47 | |
| design | DesignForExtension | Method 'removeDialogId' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter dialogId should be final. | 57 | |
| design | DesignForExtension | Method 'removeHandlerId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter handlerId should be final. | 68 | |
| design | DesignForExtension | Method 'getHandler' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter dialogID should be final. | 75 | |
| design | DesignForExtension | Method 'getDialogs' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter handlerID should be final. | 79 | |
| design | DesignForExtension | Method 'usedHandlers' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| design | DesignForExtension | Method 'pendingDialogs' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| design | DesignForExtension | Method 'isDialogHandled' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter dialogId should be final. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'createInstance' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter classURI should be final. | 58 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 58 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 59 | |
| coding | MissingSwitchDefault | switch without "default" clause. | 61 | |
| coding | MagicNumber | '3' is a magic number. | 68 | |
| coding | MagicNumber | '4' is a magic number. | 70 | |
| coding | MagicNumber | '5' is a magic number. | 72 | |
| coding | MagicNumber | '6' is a magic number. | 74 | |
| coding | MagicNumber | '7' is a magic number. | 76 | |
| coding | MagicNumber | '8' is a magic number. | 78 | |
| coding | MagicNumber | '9' is a magic number. | 80 | |
| coding | MagicNumber | '10' is a magic number. | 82 | |
| coding | MagicNumber | '11' is a magic number. | 84 | |
| coding | MagicNumber | '12' is a magic number. | 86 | |
| coding | MagicNumber | '13' is a magic number. | 88 | |
| coding | MagicNumber | '14' is a magic number. | 90 | |
| coding | MagicNumber | '15' is a magic number. | 92 | |
| coding | MagicNumber | '16' is a magic number. | 94 | |
| coding | MagicNumber | '17' is a magic number. | 96 | |
| coding | MagicNumber | '18' is a magic number. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | FinalClass | Class UIBusImpl should be declared as final. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter content should be final. | 70 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 76 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| misc | FinalParameters | Parameter c should be final. | 92 | |
| misc | FinalParameters | Parameter mc should be final. | 92 | |
| coding | HiddenField | 'mc' hides a field. | 92 | |
| misc | FinalParameters | Parameter uiBusShareParams should be final. | 93 | |
| misc | FinalParameters | Parameter uiBusFetchParams should be final. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| misc | FinalParameters | Parameter mc should be final. | 125 | |
| coding | HiddenField | 'mc' hides a field. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| misc | FinalParameters | Parameter commModule should be final. | 137 | |
| misc | FinalParameters | Parameter dm should be final. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| misc | FinalParameters | Parameter callerID should be final. | 157 | |
| misc | FinalParameters | Parameter dialogID should be final. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| misc | FinalParameters | Parameter dm should be final. | 171 | |
| misc | FinalParameters | Parameter uiRequest should be final. | 172 | |
| misc | FinalParameters | Parameter changedProp should be final. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| misc | FinalParameters | Parameter handlerID should be final. | 187 | |
| misc | FinalParameters | Parameter newProfile should be final. | 187 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| misc | FinalParameters | Parameter handlerID should be final. | 203 | |
| misc | FinalParameters | Parameter response should be final. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 217 | |
| misc | FinalParameters | Parameter dm should be final. | 217 | |
| misc | FinalParameters | Parameter dialogID should be final. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter handlerID should be final. | 228 | |
| misc | FinalParameters | Parameter oldProfile should be final. | 229 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| misc | FinalParameters | Parameter callerID should be final. | 245 | |
| misc | FinalParameters | Parameter dialogID should be final. | 245 | |
| misc | FinalParameters | Parameter dialogData should be final. | 246 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| misc | FinalParameters | Parameter callerID should be final. | 270 | |
| misc | FinalParameters | Parameter req should be final. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| misc | FinalParameters | Parameter callerID should be final. | 287 | |
| misc | FinalParameters | Parameter caller should be final. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| misc | FinalParameters | Parameter handlerID should be final. | 301 | |
| misc | FinalParameters | Parameter handler should be final. | 301 | |
| misc | FinalParameters | Parameter memberID should be final. | 310 | |
| misc | FinalParameters | Parameter m should be final. | 310 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 324 | |
| misc | FinalParameters | Parameter handlerID should be final. | 324 | |
| misc | FinalParameters | Parameter user should be final. | 324 | |
| misc | FinalParameters | Parameter loginLocation should be final. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 338 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 343 | |
| misc | FinalParameters | Parameter message should be final. | 343 | |
| misc | FinalParameters | Parameter e should be final. | 344 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 349 | |
| javadoc | JavadocMethod | Expected an @return tag. | 352 | |
| misc | FinalParameters | Parameter modalityRegex should be final. | 352 | |
| javadoc | JavadocMethod | Expected @param tag for 'modalityRegex'. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 359 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.UIHandler. | 38 | |
| javadoc | JavadocStyle | Extra HTML tag found: </center> <br> | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 70 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| naming | ConstantName | Name 'PROP_uAAL_UI_RESPONSE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter req should be final. | 82 | |
| misc | FinalParameters | Parameter CallerID should be final. | 82 | |
| naming | ParameterName | Name 'CallerID' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter resp should be final. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| design | DesignForExtension | Method 'onRequest' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| misc | FinalParameters | Parameter strategy should be final. | 95 | |
| misc | FinalParameters | Parameter m should be final. | 95 | |
| misc | FinalParameters | Parameter senderID should be final. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 100 | |
| design | DesignForExtension | Method 'onResponse' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| misc | FinalParameters | Parameter strategy should be final. | 102 | |
| misc | FinalParameters | Parameter m should be final. | 102 | |
| misc | FinalParameters | Parameter senderID should be final. | 103 | |
| javadoc | JavadocMethod | Expected an @return tag. | 116 | |
| design | DesignForExtension | Method 'getRequest' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 131 | |
| misc | FinalParameters | Parameter dialogID should be final. | 131 | |
| misc | FinalParameters | Parameter updatedData should be final. | 131 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 137 | |
| misc | FinalParameters | Parameter strategy should be final. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 138 | |
| misc | FinalParameters | Parameter m should be final. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 138 | |
| misc | FinalParameters | Parameter senderID should be final. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 139 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 154 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 154 | |
| misc | FinalParameters | Parameter dialogID should be final. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 159 | |
| misc | FinalParameters | Parameter strategy should be final. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 160 | |
| misc | FinalParameters | Parameter m should be final. | 160 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 160 | |
| misc | FinalParameters | Parameter senderID should be final. | 161 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 161 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 166 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 178 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 182 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 182 | |
| misc | FinalParameters | Parameter dialogID should be final. | 182 | |
| misc | FinalParameters | Parameter callerID should be final. | 182 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 189 | |
| misc | FinalParameters | Parameter dialogID should be final. | 189 | |
| misc | FinalParameters | Parameter callerID should be final. | 189 | |
| misc | FinalParameters | Parameter data should be final. | 189 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 197 | |
| misc | FinalParameters | Parameter strategy should be final. | 199 | |
| misc | FinalParameters | Parameter m should be final. | 199 | |
| misc | FinalParameters | Parameter senderID should be final. | 200 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 207 | |
| misc | FinalParameters | Parameter strategy should be final. | 209 | |
| misc | FinalParameters | Parameter m should be final. | 209 | |
| misc | FinalParameters | Parameter senderID should be final. | 210 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 216 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 218 | |
| javadoc | JavadocMethod | Expected an @return tag. | 219 | |
| misc | FinalParameters | Parameter classURI should be final. | 219 | |
| javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 219 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 219 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceURI'. | 219 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 220 | |
| javadoc | JavadocMethod | Expected @param tag for 'factoryIndex'. | 220 | |
| coding | MagicNumber | '3' is a magic number. | 228 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 237 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 239 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 244 | |
| misc | FinalParameters | Parameter ontURI should be final. | 244 | |
| javadoc | JavadocMethod | Expected @param tag for 'ontURI'. | 244 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 248 | |
| coding | MagicNumber | '3' is a magic number. | 254 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 268 | |
| misc | FinalParameters | Parameter commModule should be final. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 274 | |
| misc | FinalParameters | Parameter name should be final. | 274 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 278 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| misc | FinalParameters | Parameter commModule should be final. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 294 | |
| misc | FinalParameters | Parameter dm should be final. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| design | DesignForExtension | Method 'resumeDialog' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| misc | FinalParameters | Parameter dialogID should be final. | 316 | |
| misc | FinalParameters | Parameter dialogData should be final. | 316 | |
| blocks | EmptyBlock | Must have at least one statement. | 323 | |
| design | DesignForExtension | Method 'dialogSuspended' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 334 | |
| misc | FinalParameters | Parameter dm should be final. | 334 | |
| misc | FinalParameters | Parameter dialogID should be final. | 334 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| design | DesignForExtension | Method 'suspendDialog' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| misc | FinalParameters | Parameter dialogID should be final. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| design | DesignForExtension | Method 'abortDialog' is not designed for extension - needs to be abstract, final or empty. | 376 | |
| misc | FinalParameters | Parameter requester should be final. | 376 | |
| misc | FinalParameters | Parameter dialogID should be final. | 376 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 388 | |
| misc | FinalParameters | Parameter message should be final. | 388 | |
| misc | FinalParameters | Parameter senderID should be final. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 413 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 413 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 433 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 444 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| misc | FinalParameters | Parameter dialogID should be final. | 449 | |
| misc | FinalParameters | Parameter callerID should be final. | 449 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 463 | |
| misc | FinalParameters | Parameter dialogID should be final. | 463 | |
| misc | FinalParameters | Parameter callerID should be final. | 463 | |
| misc | FinalParameters | Parameter callerID should be final. | 478 | |
| javadoc | JavadocMethod | Expected @param tag for 'callerID'. | 478 | |
| misc | FinalParameters | Parameter dialogID should be final. | 478 | |
| javadoc | JavadocMethod | Expected @param tag for 'dialogID'. | 478 | |
| misc | FinalParameters | Parameter data should be final. | 478 | |
| javadoc | JavadocMethod | Expected @param tag for 'data'. | 478 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 479 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 490 | |
| design | DesignForExtension | Method 'notifyCallerDialogSubmitted' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| misc | FinalParameters | Parameter response should be final. | 491 | |
| javadoc | JavadocMethod | Expected @param tag for 'response'. | 491 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 509 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 521 | |
| design | DesignForExtension | Method 'abortAllPendingRequestsFor' is not designed for extension - needs to be abstract, final or empty. | 524 | |
| misc | FinalParameters | Parameter caller should be final. | 524 | |
| javadoc | JavadocMethod | Expected @param tag for 'caller'. | 524 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 532 | |
| design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 533 | |
| misc | FinalParameters | Parameter peer should be final. | 533 | |
| javadoc | JavadocMethod | Expected @param tag for 'peer'. | 533 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 547 | |
| design | DesignForExtension | Method 'lostCoordinator' is not designed for extension - needs to be abstract, final or empty. | 551 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 33 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| design | VisibilityModifier | Variable 'dialogManager' must be private and have accessor methods. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 44 | |
| misc | FinalParameters | Parameter commModule should be final. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 44 | |
| misc | FinalParameters | Parameter name should be final. | 44 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| misc | FinalParameters | Parameter commModule should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 51 | |
| design | DesignForExtension | Method 'setDialogManager' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter dm should be final. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.rdf.Form. | 48 | |
| javadoc | JavadocStyle | Extra HTML tag found: </center> <br> | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 77 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 79 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 95 | |
| misc | FinalParameters | Parameter handlerID should be final. | 95 | |
| misc | FinalParameters | Parameter user should be final. | 95 | |
| misc | FinalParameters | Parameter location should be final. | 96 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 105 | |
| misc | FinalParameters | Parameter strategy should be final. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 106 | |
| misc | FinalParameters | Parameter m should be final. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 106 | |
| misc | FinalParameters | Parameter senderID should be final. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 109 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 130 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 130 | |
| misc | FinalParameters | Parameter handlerID should be final. | 130 | |
| misc | FinalParameters | Parameter input should be final. | 130 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 136 | |
| misc | FinalParameters | Parameter strategy should be final. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 137 | |
| misc | FinalParameters | Parameter m should be final. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 137 | |
| misc | FinalParameters | Parameter senderID should be final. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 138 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 157 | |
| misc | FinalParameters | Parameter handlerID should be final. | 157 | |
| misc | FinalParameters | Parameter req should be final. | 157 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 163 | |
| misc | FinalParameters | Parameter handlerID should be final. | 163 | |
| misc | FinalParameters | Parameter req should be final. | 163 | |
| misc | FinalParameters | Parameter propChange should be final. | 164 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 169 | |
| misc | FinalParameters | Parameter strategy should be final. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 170 | |
| misc | FinalParameters | Parameter m should be final. | 170 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 170 | |
| misc | FinalParameters | Parameter senderID should be final. | 171 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 171 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 206 | |
| misc | FinalParameters | Parameter dialogID should be final. | 206 | |
| javadoc | JavadocMethod | Expected @param tag for 'dialogID'. | 206 | |
| misc | FinalParameters | Parameter handlerID should be final. | 206 | |
| javadoc | JavadocMethod | Expected @param tag for 'handlerID'. | 206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 212 | |
| misc | FinalParameters | Parameter strategy should be final. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 213 | |
| misc | FinalParameters | Parameter m should be final. | 213 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 213 | |
| misc | FinalParameters | Parameter senderID should be final. | 214 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 214 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 219 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 225 | |
| misc | FinalParameters | Parameter strategy should be final. | 226 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 226 | |
| misc | FinalParameters | Parameter m should be final. | 226 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 226 | |
| misc | FinalParameters | Parameter senderID should be final. | 227 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 227 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 232 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 234 | |
| javadoc | JavadocMethod | Expected an @return tag. | 235 | |
| misc | FinalParameters | Parameter classURI should be final. | 235 | |
| javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 235 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 235 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceURI'. | 235 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 236 | |
| javadoc | JavadocMethod | Expected @param tag for 'factoryIndex'. | 236 | |
| coding | MagicNumber | '3' is a magic number. | 244 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 254 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 256 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 261 | |
| misc | FinalParameters | Parameter ontURI should be final. | 261 | |
| javadoc | JavadocMethod | Expected @param tag for 'ontURI'. | 261 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 265 | |
| coding | MagicNumber | '3' is a magic number. | 270 | |
| design | VisibilityModifier | Variable 'lastUsedHandler' must be private and have accessor methods. | 278 | |
| design | VisibilityModifier | Variable 'runningDialogs' must be private and have accessor methods. | 284 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter commModule should be final. | 292 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 292 | |
| misc | FinalParameters | Parameter name should be final. | 292 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 292 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 296 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| misc | FinalParameters | Parameter commModule should be final. | 307 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 307 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 311 | |
| javadoc | JavadocMethod | Expected an @return tag. | 312 | |
| design | DesignForExtension | Method 'setDialogManager' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| misc | FinalParameters | Parameter dm should be final. | 312 | |
| javadoc | JavadocMethod | Expected @param tag for 'dm'. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| design | DesignForExtension | Method 'adaptationParametersChanged' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| misc | FinalParameters | Parameter dm should be final. | 335 | |
| misc | FinalParameters | Parameter uiRequest should be final. | 335 | |
| misc | FinalParameters | Parameter changedProp should be final. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 371 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 390 | |
| design | DesignForExtension | Method 'cutDialog' is not designed for extension - needs to be abstract, final or empty. | 428 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 428 | |
| misc | FinalParameters | Parameter handlerID should be final. | 428 | |
| misc | FinalParameters | Parameter dialogID should be final. | 428 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 429 | |
| design | DesignForExtension | Method 'dialogFinished' is not designed for extension - needs to be abstract, final or empty. | 462 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 462 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 468 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 485 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 491 | |
| design | DesignForExtension | Method 'userLoggedIn' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| misc | FinalParameters | Parameter handlerID should be final. | 491 | |
| javadoc | JavadocMethod | Expected @param tag for 'handlerID'. | 491 | |
| misc | FinalParameters | Parameter user should be final. | 491 | |
| misc | FinalParameters | Parameter loginLocation should be final. | 491 | |
| javadoc | JavadocMethod | Expected an @return tag. | 504 | |
| misc | FinalParameters | Parameter uiRequest should be final. | 504 | |
| javadoc | JavadocMethod | Expected @param tag for 'uiRequest'. | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 516 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 516 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 530 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 531 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 535 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 548 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 550 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 566 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 572 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 574 | |
| naming | MethodName | Name 'notifyHandler_apChanged' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 582 | |
| misc | FinalParameters | Parameter handlerID should be final. | 582 | |
| misc | FinalParameters | Parameter request should be final. | 582 | |
| misc | FinalParameters | Parameter changedProp should be final. | 583 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 588 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 606 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 606 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 611 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 614 | |
| naming | MethodName | Name 'notifyHandler_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 620 | |
| misc | FinalParameters | Parameter handlerID should be final. | 620 | |
| misc | FinalParameters | Parameter request should be final. | 620 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 621 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 628 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 635 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 641 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 645 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 647 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 648 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 655 | |
| misc | FinalParameters | Parameter handlerId should be final. | 655 | |
| coding | HiddenField | 'handlerId' hides a field. | 655 | |
| javadoc | JavadocMethod | Expected @param tag for 'handlerId'. | 655 | |
| misc | FinalParameters | Parameter resp should be final. | 655 | |
| javadoc | JavadocMethod | Expected @param tag for 'resp'. | 655 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 661 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 692 | |
| javadoc | JavadocMethod | Expected @param tag for 'response'. | 695 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 697 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 698 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 704 | |
| design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 705 | |
| misc | FinalParameters | Parameter peer should be final. | 705 | |
| javadoc | JavadocMethod | Expected @param tag for 'peer'. | 705 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 739 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 745 | |
| design | DesignForExtension | Method 'lostCoordinator' is not designed for extension - needs to be abstract, final or empty. | 767 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.bus.model.BusStrategy. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'output' must be private and have accessor methods. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'returned' must be private and have accessor methods. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'purged' must be private and have accessor methods. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter o should be final. | 51 | |
| misc | FinalParameters | Parameter commModule should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 69 | |
| misc | FinalParameters | Parameter name should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 69 | |
| misc | FinalParameters | Parameter commModule should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 79 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 83 | |
| design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| misc | FinalParameters | Parameter m should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 84 | |
| misc | FinalParameters | Parameter senderID should be final. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'placeSynchronousRequest' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| misc | FinalParameters | Parameter memberID should be final. | 114 | |
| misc | FinalParameters | Parameter callMessage should be final. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| design | DesignForExtension | Method 'placeAsynchronousRequest' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| misc | FinalParameters | Parameter memberID should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'memberID'. | 151 | |
| misc | FinalParameters | Parameter callMessage should be final. | 152 | |
| javadoc | JavadocMethod | Expected @param tag for 'callMessage'. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| javadoc | JavadocMethod | Unused @param tag for 'memberID'. | 166 | |
| design | DesignForExtension | Method 'placeSynchronousRequest' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| misc | FinalParameters | Parameter peer should be final. | 174 | |
| javadoc | JavadocMethod | Expected @param tag for 'peer'. | 174 | |
| misc | FinalParameters | Parameter callMessage should be final. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'placeAsynchronousRequest' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| misc | FinalParameters | Parameter peer should be final. | 211 | |
| javadoc | JavadocMethod | Expected @param tag for 'peer'. | 211 | |
| misc | FinalParameters | Parameter callMessage should be final. | 212 | |
| javadoc | JavadocMethod | Expected @param tag for 'callMessage'. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| design | DesignForExtension | Method 'abortCall' is not designed for extension - needs to be abstract, final or empty. | 227 | |
| misc | FinalParameters | Parameter msgId should be final. | 227 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 237 | |
| design | DesignForExtension | Method 'abortAll' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| design | DesignForExtension | Method 'sendSynchronousResponse' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| misc | FinalParameters | Parameter original should be final. | 254 | |
| javadoc | JavadocMethod | Expected @param tag for 'original'. | 254 | |
| misc | FinalParameters | Parameter resp should be final. | 254 | |
| javadoc | JavadocMethod | Expected @param tag for 'resp'. | 254 | |
| design | DesignForExtension | Method 'sendAsynchronousResponse' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| misc | FinalParameters | Parameter peer should be final. | 258 | |
| misc | FinalParameters | Parameter response should be final. | 259 | |
| design | DesignForExtension | Method 'sendAsynchronousResponse' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| misc | FinalParameters | Parameter memberID should be final. | 265 | |
| misc | FinalParameters | Parameter response should be final. | 266 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <Strategy> tag. | 28 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 31 | |
| design | DesignForExtension | Method 'onReceived' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| misc | FinalParameters | Parameter strategy should be final. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 32 | |
| misc | FinalParameters | Parameter m should be final. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 32 | |
| misc | FinalParameters | Parameter senderID should be final. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 32 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 48 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| javadoc | JavadocStyle | Extra HTML tag found: </center> | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 55 | |
| naming | ConstantName | Name 'PROP_uAAL_REGISTRATION_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 56 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 61 | |
| naming | ConstantName | Name 'PROP_uAAL_REGISTRATION' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| misc | FinalParameters | Parameter regID should be final. | 70 | |
| misc | FinalParameters | Parameter reg should be final. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 80 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 84 | |
| misc | FinalParameters | Parameter strategy should be final. | 85 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 85 | |
| misc | FinalParameters | Parameter m should be final. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 86 | |
| misc | FinalParameters | Parameter senderID should be final. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 89 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 100 | |
| misc | FinalParameters | Parameter regID should be final. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 107 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 111 | |
| misc | FinalParameters | Parameter strategy should be final. | 112 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 112 | |
| misc | FinalParameters | Parameter m should be final. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 113 | |
| misc | FinalParameters | Parameter senderID should be final. | 113 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 114 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 124 | |
| misc | FinalParameters | Parameter regID should be final. | 124 | |
| misc | FinalParameters | Parameter filter should be final. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 138 | |
| misc | FinalParameters | Parameter strategy should be final. | 139 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 139 | |
| misc | FinalParameters | Parameter m should be final. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 140 | |
| misc | FinalParameters | Parameter senderID should be final. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 143 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 147 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| javadoc | JavadocMethod | Expected an @return tag. | 150 | |
| misc | FinalParameters | Parameter classURI should be final. | 150 | |
| javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 150 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 150 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceURI'. | 150 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'factoryIndex'. | 151 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 167 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 174 | |
| misc | FinalParameters | Parameter ontURI should be final. | 174 | |
| javadoc | JavadocMethod | Expected @param tag for 'ontURI'. | 174 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 179 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 192 | |
| misc | FinalParameters | Parameter commModule should be final. | 198 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 198 | |
| misc | FinalParameters | Parameter name should be final. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 199 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 203 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| misc | FinalParameters | Parameter commModule should be final. | 221 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 221 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| misc | FinalParameters | Parameter id should be final. | 225 | |
| misc | FinalParameters | Parameter registration should be final. | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 238 | |
| misc | FinalParameters | Parameter id should be final. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 243 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| misc | FinalParameters | Parameter id should be final. | 258 | |
| misc | FinalParameters | Parameter filter should be final. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 279 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| misc | FinalParameters | Parameter res should be final. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| misc | FinalParameters | Parameter id should be final. | 287 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 295 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 296 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocStyle | Extra HTML tag found: </center> The strategy subscribes to the | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| naming | ConstantName | Name 'TYPE_uAAL_UI_BUS_COORDINATOR_BROADCAST' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| naming | ConstantName | Name 'TYPE_uAAL_UI_BUS_COORDINATOR_REQUEST' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| naming | ConstantName | Name 'TYPE_uAAL_UI_BUS_COORDINATOR_RESIGN' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 76 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 82 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 86 | |
| misc | FinalParameters | Parameter strategy should be final. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 87 | |
| misc | FinalParameters | Parameter m should be final. | 87 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 87 | |
| misc | FinalParameters | Parameter senderID should be final. | 88 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 88 | |
| coding | MagicNumber | '50' is a magic number. | 99 | |
| coding | MagicNumber | '950' is a magic number. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| coding | MagicNumber | '50' is a magic number. | 100 | |
| coding | MagicNumber | '50' is a magic number. | 101 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 110 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 129 | |
| misc | FinalParameters | Parameter strategy should be final. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 130 | |
| misc | FinalParameters | Parameter m should be final. | 130 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 130 | |
| misc | FinalParameters | Parameter senderID should be final. | 131 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 131 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 141 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 145 | |
| misc | FinalParameters | Parameter strategy should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 146 | |
| misc | FinalParameters | Parameter m should be final. | 146 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 146 | |
| misc | FinalParameters | Parameter senderID should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 147 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| javadoc | JavadocMethod | Expected an @return tag. | 157 | |
| misc | FinalParameters | Parameter classURI should be final. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'classURI'. | 157 | |
| misc | FinalParameters | Parameter instanceURI should be final. | 157 | |
| javadoc | JavadocMethod | Expected @param tag for 'instanceURI'. | 157 | |
| misc | FinalParameters | Parameter factoryIndex should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'factoryIndex'. | 158 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 174 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 180 | |
| misc | FinalParameters | Parameter ontURI should be final. | 180 | |
| javadoc | JavadocMethod | Expected @param tag for 'ontURI'. | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| design | VisibilityModifier | Variable 'existingCoordinator' must be private and have accessor methods. | 207 | |
| design | DesignForExtension | Method 'getExistingCoordinator' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| design | DesignForExtension | Method 'setExistingCoordinator' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| misc | FinalParameters | Parameter existingCoordinator should be final. | 220 | |
| coding | HiddenField | 'existingCoordinator' hides a field. | 220 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 226 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 232 | |
| misc | FinalParameters | Parameter coordinatorPeer should be final. | 232 | |
| coding | HiddenField | 'coordinatorPeer' hides a field. | 232 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 246 | |
| misc | FinalParameters | Parameter commModule should be final. | 251 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 251 | |
| misc | FinalParameters | Parameter commModule should be final. | 259 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 259 | |
| misc | FinalParameters | Parameter name should be final. | 259 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 259 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 263 | |
| design | DesignForExtension | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 271 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| javadoc | JavadocMethod | Expected @throws tag for 'CoordinatorAlreadyExistsException'. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 317 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 327 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 347 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 348 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 348 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 355 | |
| design | DesignForExtension | Method 'aalSpaceLost' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| misc | FinalParameters | Parameter spaceDescriptor should be final. | 356 | |
| javadoc | JavadocMethod | Expected @param tag for 'spaceDescriptor'. | 356 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 370 | |
| design | DesignForExtension | Method 'newPeerJoined' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| misc | FinalParameters | Parameter peer should be final. | 371 | |
| javadoc | JavadocMethod | Expected @param tag for 'peer'. | 371 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 384 | |
| design | DesignForExtension | Method 'peerLost' is not designed for extension - needs to be abstract, final or empty. | 385 | |
| misc | FinalParameters | Parameter peer should be final. | 385 | |
| javadoc | JavadocMethod | Expected @param tag for 'peer'. | 385 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 396 | |
| misc | FinalParameters | Parameter status should be final. | 397 | |
| javadoc | JavadocMethod | Expected @param tag for 'status'. | 397 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 400 | |
| design | DesignForExtension | Method 'sharedObjectAdded' is not designed for extension - needs to be abstract, final or empty. | 401 | |
| misc | FinalParameters | Parameter sharedObj should be final. | 401 | |
| javadoc | JavadocMethod | Expected @param tag for 'sharedObj'. | 401 | |
| misc | FinalParameters | Parameter removeHook should be final. | 401 | |
| javadoc | JavadocMethod | Expected @param tag for 'removeHook'. | 401 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 407 | |
| misc | FinalParameters | Parameter removeHook should be final. | 408 | |
| javadoc | JavadocMethod | Expected @param tag for 'removeHook'. | 408 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 411 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 418 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocStyle | Extra HTML tag found: </center> | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 48 | |
| javadoc | JavadocStyle | Extra HTML tag found: </center> <br> | 48 | |
| javadoc | JavadocStyle | Extra HTML tag found: </center> <br> | 54 | |
| javadoc | JavadocStyle | Extra HTML tag found: </center> | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter commModule should be final. | 67 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 67 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 68 | |
| misc | FinalParameters | Parameter commModule should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'commModule'. | 75 | |
| misc | FinalParameters | Parameter name should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 75 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| design | DesignForExtension | Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| misc | FinalParameters | Parameter m should be final. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 80 | |
| misc | FinalParameters | Parameter senderID should be final. | 80 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| misc | FinalParameters | Parameter memberID should be final. | 94 | |
| javadoc | JavadocMethod | Expected @param tag for 'memberID'. | 94 | |
| misc | FinalParameters | Parameter content should be final. | 95 | |
| javadoc | JavadocMethod | Expected @param tag for 'content'. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| misc | FinalParameters | Parameter membersID should be final. | 106 | |
| javadoc | JavadocMethod | Expected @param tag for 'membersID'. | 106 | |
| misc | FinalParameters | Parameter content should be final. | 107 | |
| javadoc | JavadocMethod | Expected @param tag for 'content'. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| misc | FinalParameters | Parameter content should be final. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'content'. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| misc | FinalParameters | Parameter member should be final. | 136 | |
| javadoc | JavadocMethod | Expected @param tag for 'member'. | 136 | |
| misc | FinalParameters | Parameter content should be final. | 137 | |
| javadoc | JavadocMethod | Expected @param tag for 'content'. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| misc | FinalParameters | Parameter members should be final. | 150 | |
| javadoc | JavadocMethod | Expected @param tag for 'members'. | 150 | |
| misc | FinalParameters | Parameter content should be final. | 151 | |
| javadoc | JavadocMethod | Expected @param tag for 'content'. | 151 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 84). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <Strategy> tag. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocMethod | Expected @param tag for 'strategy'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'm'. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'senderID'. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 32 | |
| misc | FinalParameters | Parameter context should be final. | 34 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 34 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 34 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 35 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| misc | FinalParameters | Parameter context should be final. | 45 | |
| javadoc | JavadocMethod | Expected @param tag for 'context'. | 45 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter impairmentLevel should be final. | 51 | |
| javadoc | JavadocMethod | Expected @param tag for 'impairmentLevel'. | 51 | |
| javadoc | JavadocMethod | Expected an @return tag. | 57 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| design | DesignForExtension | Method 'getImpaimentLevel' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 69 | |
| javadoc | JavadocMethod | Expected an @return tag. | 72 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| misc | FinalParameters | Parameter propURI should be final. | 72 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 73 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 80 | |
| design | DesignForExtension | Method 'isWellFormed' is not designed for extension - needs to be abstract, final or empty. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | FinalClass | Class DialogType should be declared as final. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | ConstantName | Name 'sysMenu' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'message' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'subdialog' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'stdDialog' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter order should be final. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter name should be final. | 67 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 74 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| misc | FinalParameters | Parameter order should be final. | 86 | |
| coding | HiddenField | 'order' hides a field. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| misc | FinalParameters | Parameter propURI should be final. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | FinalClass | Class Modality should be declared as final. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'voice' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'gui' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'gesture' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'sms' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'web' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'mobile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter order should be final. | 62 | |
| misc | FinalParameters | Parameter name should be final. | 86 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 93 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| misc | FinalParameters | Parameter order should be final. | 103 | |
| coding | HiddenField | 'order' hides a field. | 103 | |
| javadoc | JavadocMethod | Expected @param tag for 'order'. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| misc | FinalParameters | Parameter propURI should be final. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| javadoc | JavadocMethod | Expected an @return tag. | 162 | |
| misc | FinalParameters | Parameter propURI should be final. | 162 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 162 | |
| misc | FinalParameters | Parameter o should be final. | 162 | |
| javadoc | JavadocMethod | Expected @param tag for 'o'. | 162 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 10 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 40 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getClassURI' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| design | FinalClass | Class PrivacyLevel should be declared as final. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | ConstantName | Name 'names' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'personal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'homeMatesOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'intimatesOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'knownPeopleOnly' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| naming | ConstantName | Name 'insensible' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| misc | FinalParameters | Parameter order should be final. | 77 | |
| misc | FinalParameters | Parameter name should be final. | 99 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 101 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 106 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| misc | FinalParameters | Parameter order should be final. | 116 | |
| coding | HiddenField | 'order' hides a field. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| misc | FinalParameters | Parameter other should be final. | 137 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 138 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 139 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| javadoc | JavadocMethod | Expected an @return tag. | 145 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 149 | |
| javadoc | JavadocMethod | Expected an @return tag. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| misc | FinalParameters | Parameter propURI should be final. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| misc | FinalParameters | Parameter uri should be final. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 42 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'uriPrefix'. | 50 | |
| misc | FinalParameters | Parameter numProps should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 50 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 54 | |
| javadoc | JavadocMethod | Expected an @return tag. | 55 | |
| design | DesignForExtension | Method 'getPropSerializationType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| misc | FinalParameters | Parameter propURI should be final. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 9 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 15 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| design | DesignForExtension | Method 'create' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| coding | MagicNumber | '4' is a magic number. | 75 | |
| coding | MagicNumber | '5' is a magic number. | 76 | |
| coding | MagicNumber | '6' is a magic number. | 77 | |
| coding | MagicNumber | '7' is a magic number. | 78 | |
| coding | MagicNumber | '8' is a magic number. | 79 | |
| coding | MagicNumber | '9' is a magic number. | 80 | |
| coding | MagicNumber | '10' is a magic number. | 81 | |
| coding | MagicNumber | '11' is a magic number. | 82 | |
| coding | MagicNumber | '12' is a magic number. | 83 | |
| coding | MagicNumber | '13' is a magic number. | 84 | |
| coding | MagicNumber | '14' is a magic number. | 85 | |
| coding | MagicNumber | '15' is a magic number. | 86 | |
| coding | MagicNumber | '16' is a magic number. | 87 | |
| coding | MagicNumber | '17' is a magic number. | 88 | |
| coding | MagicNumber | '18' is a magic number. | 89 | |
| coding | MagicNumber | '3' is a magic number. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 105 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 113 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 122 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 131 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| misc | FinalParameters | Parameter labelText should be final. | 59 | |
| misc | FinalParameters | Parameter iconURL should be final. | 59 | |
| misc | FinalParameters | Parameter value should be final. | 59 | |
| javadoc | JavadocMethod | Expected an @return tag. | 67 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocType | Unknown tag 'navassoc'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| misc | FinalParameters | Parameter labelText should be final. | 64 | |
| misc | FinalParameters | Parameter iconURL should be final. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| misc | FinalParameters | Parameter item should be final. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| misc | FinalParameters | Parameter sublist should be final. | 87 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 88 | |
| javadoc | JavadocMethod | Expected an @return tag. | 96 | |
| design | DesignForExtension | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| design | DesignForExtension | Method 'findItem' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter label should be final. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 108 | |
| javadoc | JavadocMethod | Expected an @return tag. | 118 | |
| design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 124 | |
| javadoc | JavadocMethod | Expected an @return tag. | 134 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| misc | FinalParameters | Parameter propURI should be final. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 134 | |
| misc | FinalParameters | Parameter value should be final. | 134 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 134 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 146 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.UICaller. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 108 | |
| javadoc | JavadocType | Unknown tag 'navassoc'. | 111 | |
| javadoc | JavadocType | Unknown tag 'navassoc'. | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| naming | ConstantName | Name 'uAAL_DIALOG_NAMESPACE' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| misc | FinalParameters | Parameter pp should be final. | 211 | |
| misc | FinalParameters | Parameter pr should be final. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 218 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 227 | |
| misc | FinalParameters | Parameter pp should be final. | 227 | |
| misc | FinalParameters | Parameter i should be final. | 227 | |
| misc | FinalParameters | Parameter typeURI should be final. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 234 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| misc | FinalParameters | Parameter pp should be final. | 241 | |
| misc | FinalParameters | Parameter pr should be final. | 241 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 242 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| misc | FinalParameters | Parameter formTitle should be final. | 274 | |
| misc | FinalParameters | Parameter dataRoot should be final. | 274 | |
| javadoc | JavadocMethod | Expected an @return tag. | 290 | |
| misc | FinalParameters | Parameter formTitle should be final. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'formTitle'. | 290 | |
| misc | FinalParameters | Parameter dataRootType should be final. | 290 | |
| javadoc | JavadocMethod | Expected @param tag for 'dataRootType'. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| misc | FinalParameters | Parameter formTitle should be final. | 316 | |
| misc | FinalParameters | Parameter message should be final. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| misc | FinalParameters | Parameter formTitle should be final. | 349 | |
| misc | FinalParameters | Parameter parentDialogURI should be final. | 349 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 360 | |
| misc | FinalParameters | Parameter formTitle should be final. | 360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 371 | |
| misc | FinalParameters | Parameter pr should be final. | 371 | |
| misc | FinalParameters | Parameter pp should be final. | 371 | |
| misc | FinalParameters | Parameter value should be final. | 371 | |
| misc | FinalParameters | Parameter valueRestrictions should be final. | 372 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 373 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 376 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| misc | FinalParameters | Parameter uri should be final. | 391 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 391 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 400 | |
| javadoc | JavadocMethod | Expected @param tag for 'uriPrefix'. | 400 | |
| misc | FinalParameters | Parameter numProps should be final. | 400 | |
| javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 400 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 404 | |
| misc | FinalParameters | Parameter formTitle should be final. | 404 | |
| misc | FinalParameters | Parameter dataRoot should be final. | 404 | |
| coding | MagicNumber | '5' is a magic number. | 405 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 409 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 413 | |
| misc | FinalParameters | Parameter formTitle should be final. | 413 | |
| misc | FinalParameters | Parameter dataRootType should be final. | 413 | |
| coding | MagicNumber | '5' is a magic number. | 414 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 419 | |
| design | DesignForExtension | Method 'finalizeGroupStructure' is not designed for extension - needs to be abstract, final or empty. | 424 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 424 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 426 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 427 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 435 | |
| javadoc | JavadocMethod | Expected an @return tag. | 438 | |
| design | DesignForExtension | Method 'getCreationTime' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| javadoc | JavadocMethod | Expected an @return tag. | 445 | |
| design | DesignForExtension | Method 'getCurrentFocusedControl' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| javadoc | JavadocMethod | Expected an @return tag. | 452 | |
| design | DesignForExtension | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 452 | |
| javadoc | JavadocMethod | Expected an @return tag. | 459 | |
| design | DesignForExtension | Method 'getDialogCreator' is not designed for extension - needs to be abstract, final or empty. | 459 | |
| javadoc | JavadocMethod | Expected an @return tag. | 466 | |
| design | DesignForExtension | Method 'getDialogID' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| javadoc | JavadocMethod | Expected an @return tag. | 473 | |
| design | DesignForExtension | Method 'getDialogType' is not designed for extension - needs to be abstract, final or empty. | 473 | |
| javadoc | JavadocMethod | Expected an @return tag. | 487 | |
| design | DesignForExtension | Method 'getIOControls' is not designed for extension - needs to be abstract, final or empty. | 487 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 489 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 490 | |
| javadoc | JavadocMethod | Expected an @return tag. | 501 | |
| design | DesignForExtension | Method 'getMessageContent' is not designed for extension - needs to be abstract, final or empty. | 501 | |
| javadoc | JavadocMethod | Expected an @return tag. | 517 | |
| design | DesignForExtension | Method 'getParentDialogResource' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 518 | |
| javadoc | JavadocMethod | Expected an @return tag. | 525 | |
| design | DesignForExtension | Method 'getParentDialogURI' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 526 | |
| design | DesignForExtension | Method 'getPPathRestriction' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 530 | |
| misc | FinalParameters | Parameter pp should be final. | 530 | |
| design | DesignForExtension | Method 'getRootGroup' is not designed for extension - needs to be abstract, final or empty. | 534 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 534 | |
| javadoc | JavadocMethod | Expected an @return tag. | 547 | |
| design | DesignForExtension | Method 'getSharedOutputs' is not designed for extension - needs to be abstract, final or empty. | 547 | |
| javadoc | JavadocMethod | Expected an @return tag. | 556 | |
| design | DesignForExtension | Method 'getStandardButtons' is not designed for extension - needs to be abstract, final or empty. | 556 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 558 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 559 | |
| javadoc | JavadocMethod | Expected an @return tag. | 571 | |
| design | DesignForExtension | Method 'getStandardButtonsDialogID' is not designed for extension - needs to be abstract, final or empty. | 571 | |
| javadoc | JavadocMethod | Expected an @return tag. | 580 | |
| design | DesignForExtension | Method 'getSubmits' is not designed for extension - needs to be abstract, final or empty. | 580 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 582 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 583 | |
| javadoc | JavadocMethod | Expected an @return tag. | 594 | |
| design | DesignForExtension | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 594 | |
| design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 602 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 602 | |
| misc | FinalParameters | Parameter pp should be final. | 602 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 604 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 607 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 607 | |
| misc | FinalParameters | Parameter pp should be final. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 614 | |
| javadoc | JavadocMethod | Expected an @return tag. | 617 | |
| design | DesignForExtension | Method 'isStandardDialog' is not designed for extension - needs to be abstract, final or empty. | 617 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 624 | |
| javadoc | JavadocMethod | Expected an @return tag. | 627 | |
| design | DesignForExtension | Method 'isMessage' is not designed for extension - needs to be abstract, final or empty. | 627 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 634 | |
| javadoc | JavadocMethod | Expected an @return tag. | 637 | |
| design | DesignForExtension | Method 'isSubdialog' is not designed for extension - needs to be abstract, final or empty. | 637 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 643 | |
| javadoc | JavadocMethod | Expected an @return tag. | 646 | |
| design | DesignForExtension | Method 'isSystemMenu' is not designed for extension - needs to be abstract, final or empty. | 646 | |
| design | DesignForExtension | Method 'setCurrentFocusedControl' is not designed for extension - needs to be abstract, final or empty. | 653 | |
| misc | FinalParameters | Parameter fc should be final. | 653 | |
| javadoc | JavadocMethod | Expected @param tag for 'fc'. | 653 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 654 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 656 | |
| design | DesignForExtension | Method 'setDialogCreator' is not designed for extension - needs to be abstract, final or empty. | 663 | |
| misc | FinalParameters | Parameter creator should be final. | 663 | |
| javadoc | JavadocMethod | Expected @param tag for 'creator'. | 663 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 664 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 668 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 668 | |
| misc | FinalParameters | Parameter pp should be final. | 668 | |
| misc | FinalParameters | Parameter value should be final. | 668 | |
| misc | FinalParameters | Parameter valueRestrictions should be final. | 669 | |
| design | DesignForExtension | Method 'substituteData' is not designed for extension - needs to be abstract, final or empty. | 676 | |
| misc | FinalParameters | Parameter pr should be final. | 676 | |
| javadoc | JavadocMethod | Expected @param tag for 'pr'. | 676 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 680 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 687 | |
| design | DesignForExtension | Method 'searchFormControl' is not designed for extension - needs to be abstract, final or empty. | 691 | |
| misc | FinalParameters | Parameter formControlURI should be final. | 691 | |
| javadoc | JavadocMethod | Expected @param tag for 'formControlURI'. | 691 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 36 | |
| javadoc | JavadocType | Unknown tag 'navassoc'. | 39 | |
| javadoc | JavadocType | Unknown tag 'navassoc'. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| misc | FinalParameters | Parameter typeURI should be final. | 92 | |
| misc | FinalParameters | Parameter parent should be final. | 92 | |
| misc | FinalParameters | Parameter label should be final. | 92 | |
| misc | FinalParameters | Parameter ref should be final. | 93 | |
| misc | FinalParameters | Parameter valueRestriction should be final. | 93 | |
| misc | FinalParameters | Parameter initialValue should be final. | 94 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 98 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 100 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 106 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 122 | |
| javadoc | JavadocMethod | Expected an @return tag. | 130 | |
| design | DesignForExtension | Method 'getAncestorRepeat' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 132 | |
| javadoc | JavadocMethod | Expected an @return tag. | 140 | |
| design | DesignForExtension | Method 'getFormObject' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 142 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| javadoc | JavadocMethod | Expected an @return tag. | 154 | |
| design | DesignForExtension | Method 'getHelpString' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| javadoc | JavadocMethod | Expected an @return tag. | 163 | |
| design | DesignForExtension | Method 'getHintString' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| javadoc | JavadocMethod | Expected an @return tag. | 172 | |
| design | DesignForExtension | Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| design | DesignForExtension | Method 'getLocalRestrictions' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| javadoc | JavadocMethod | Expected an @return tag. | 200 | |
| design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 203 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 224 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 246 | |
| javadoc | JavadocMethod | Expected an @return tag. | 254 | |
| design | DesignForExtension | Method 'getRestrictions' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 257 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 258 | |
| javadoc | JavadocMethod | Expected an @return tag. | 265 | |
| design | DesignForExtension | Method 'getParentGroup' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 | |
| javadoc | JavadocMethod | Expected an @return tag. | 276 | |
| design | DesignForExtension | Method 'getParentRepeat' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 278 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 280 | |
| javadoc | JavadocMethod | Expected an @return tag. | 286 | |
| design | DesignForExtension | Method 'getReferencedPPath' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| javadoc | JavadocMethod | Expected an @return tag. | 297 | |
| design | DesignForExtension | Method 'getSuperGroups' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 299 | |
| javadoc | JavadocMethod | Expected an @return tag. | 311 | |
| design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 322 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 323 | |
| javadoc | JavadocMethod | Expected an @return tag. | 333 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 333 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 335 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 339 | |
| javadoc | JavadocMethod | Expected an @return tag. | 346 | |
| design | DesignForExtension | Method 'hasFocus' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| javadoc | JavadocMethod | Expected an @return tag. | 354 | |
| design | DesignForExtension | Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 356 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 360 | |
| javadoc | JavadocMethod | Expected an @return tag. | 367 | |
| design | DesignForExtension | Method 'isOfBooleanType' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| javadoc | JavadocMethod | Expected an @return tag. | 375 | |
| design | DesignForExtension | Method 'isOfPrimitiveType' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| javadoc | JavadocMethod | Expected an @return tag. | 382 | |
| design | DesignForExtension | Method 'isRepeatable' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 384 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 386 | |
| design | DesignForExtension | Method 'setHelpString' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| misc | FinalParameters | Parameter value should be final. | 395 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 395 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 396 | |
| design | DesignForExtension | Method 'setHintString' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| misc | FinalParameters | Parameter value should be final. | 403 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 403 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| javadoc | JavadocMethod | Expected an @return tag. | 413 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 413 | |
| misc | FinalParameters | Parameter propURI should be final. | 413 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 413 | |
| misc | FinalParameters | Parameter value should be final. | 413 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 413 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 414 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 420 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 422 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 425 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 427 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 430 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 432 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 435 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 438 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 441 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 443 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 446 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 449 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 456 | |
| javadoc | JavadocMethod | Expected an @return tag. | 464 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 464 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 466 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 47 | |
| misc | FinalParameters | Parameter uri should be final. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 55 | |
| misc | FinalParameters | Parameter isXMLLiteral should be final. | 55 | |
| javadoc | JavadocMethod | Expected @param tag for 'isXMLLiteral'. | 55 | |
| misc | FinalParameters | Parameter uriPrefix should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'uriPrefix'. | 63 | |
| misc | FinalParameters | Parameter numProps should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'numProps'. | 63 | |
| misc | FinalParameters | Parameter uri should be final. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'uri'. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'addAppearanceRecommendation' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| misc | FinalParameters | Parameter recommendation should be final. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'getAppearanceRecommendations' is not designed for extension - needs to be abstract, final or empty. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocType | Unknown tag 'navassoc'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| misc | FinalParameters | Parameter parent should be final. | 100 | |
| misc | FinalParameters | Parameter label should be final. | 100 | |
| misc | FinalParameters | Parameter ref should be final. | 100 | |
| misc | FinalParameters | Parameter valueRestriction should be final. | 101 | |
| misc | FinalParameters | Parameter initialValue should be final. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter typeURI should be final. | 105 | |
| misc | FinalParameters | Parameter parent should be final. | 105 | |
| misc | FinalParameters | Parameter label should be final. | 105 | |
| misc | FinalParameters | Parameter ref should be final. | 106 | |
| misc | FinalParameters | Parameter valueRestriction should be final. | 106 | |
| misc | FinalParameters | Parameter initialValue should be final. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter label should be final. | 111 | |
| misc | FinalParameters | Parameter theForm should be final. | 111 | |
| design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| misc | FinalParameters | Parameter child should be final. | 115 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 128 | |
| coding | MagicNumber | '3' is a magic number. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 132 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter l should be final. | 146 | |
| misc | FinalParameters | Parameter s should be final. | 146 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 162 | |
| misc | FinalParameters | Parameter subprop should be final. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 164 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 168 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 188 | |
| design | DesignForExtension | Method 'doModelBasedExpansion' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 203 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 225 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 246 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 256 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 256 | |
| javadoc | JavadocMethod | Expected an @return tag. | 271 | |
| design | DesignForExtension | Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 271 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| design | DesignForExtension | Method 'getComplexity' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 291 | |
| design | DesignForExtension | Method 'getFirstLevelOutputs' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 298 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 304 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 305 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 314 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 315 | |
| javadoc | JavadocMethod | Expected an @return tag. | 328 | |
| design | DesignForExtension | Method 'getHierarchyLevel' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| javadoc | JavadocMethod | Expected an @return tag. | 338 | |
| design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| javadoc | JavadocMethod | Expected an @return tag. | 346 | |
| design | DesignForExtension | Method 'getNumberOfSubgroups' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 347 | |
| design | DesignForExtension | Method 'getPPathRestriction' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| misc | FinalParameters | Parameter pp should be final. | 352 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 354 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 356 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 358 | |
| design | DesignForExtension | Method 'getSubtree' is not designed for extension - needs to be abstract, final or empty. | 362 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 362 | |
| misc | FinalParameters | Parameter s should be final. | 362 | |
| design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| misc | FinalParameters | Parameter pp should be final. | 368 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 387 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 389 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 391 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 395 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 395 | |
| misc | FinalParameters | Parameter pp should be final. | 395 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 401 | |
| javadoc | JavadocMethod | Expected an @return tag. | 409 | |
| design | DesignForExtension | Method 'hasInput' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 410 | |
| javadoc | JavadocMethod | Expected an @return tag. | 419 | |
| design | DesignForExtension | Method 'hasOutput' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 420 | |
| design | DesignForExtension | Method 'hasSubgroup' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| misc | FinalParameters | Parameter label should be final. | 425 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 426 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 429 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 433 | |
| design | DesignForExtension | Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. | 440 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 440 | |
| misc | FinalParameters | Parameter pp should be final. | 440 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 442 | |
| javadoc | JavadocMethod | Expected an @return tag. | 451 | |
| design | DesignForExtension | Method 'isRootGroup' is not designed for extension - needs to be abstract, final or empty. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 452 | |
| design | DesignForExtension | Method 'setStructuralProps' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 455 | |
| misc | FinalParameters | Parameter level should be final. | 455 | |
| coding | HiddenField | 'level' hides a field. | 455 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 459 | |
| coding | HiddenField | 'complexity' hides a field. | 460 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 460 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 463 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 469 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 471 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 474 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 476 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 480 | |
| coding | MagicNumber | '3' is a magic number. | 482 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 484 | |
| coding | MagicNumber | '3' is a magic number. | 484 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 487 | |
| coding | MagicNumber | '3' is a magic number. | 487 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 490 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 492 | |
| javadoc | JavadocMethod | Expected an @return tag. | 499 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| misc | FinalParameters | Parameter propURI should be final. | 499 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 499 | |
| misc | FinalParameters | Parameter value should be final. | 499 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 499 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 501 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 504 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 505 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 516 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 520 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 520 | |
| misc | FinalParameters | Parameter pp should be final. | 520 | |
| misc | FinalParameters | Parameter value should be final. | 520 | |
| misc | FinalParameters | Parameter valueRestrictions should be final. | 521 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 523 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 525 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| design | DesignForExtension | Method 'searchFormControl' is not designed for extension - needs to be abstract, final or empty. | 537 | |
| misc | FinalParameters | Parameter formControlURI should be final. | 537 | |
| javadoc | JavadocMethod | Expected @param tag for 'formControlURI'. | 537 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter typeURI should be final. | 58 | |
| misc | FinalParameters | Parameter parent should be final. | 58 | |
| misc | FinalParameters | Parameter label should be final. | 58 | |
| misc | FinalParameters | Parameter ref should be final. | 59 | |
| misc | FinalParameters | Parameter valueRestriction should be final. | 59 | |
| misc | FinalParameters | Parameter initialValue should be final. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| design | DesignForExtension | Method 'checkSubmission' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 74 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| javadoc | JavadocMethod | Expected an @return tag. | 92 | |
| design | DesignForExtension | Method 'getAlertString' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Expected an @return tag. | 109 | |
| design | DesignForExtension | Method 'isMandatory' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| design | DesignForExtension | Method 'setAlertString' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| misc | FinalParameters | Parameter value should be final. | 116 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 116 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 117 | |
| design | DesignForExtension | Method 'setMandatory' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 121 | |
| javadoc | JavadocMethod | Expected an @return tag. | 128 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| misc | FinalParameters | Parameter propURI should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 128 | |
| misc | FinalParameters | Parameter value should be final. | 128 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 128 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 135 | |
| javadoc | JavadocMethod | Expected an @return tag. | 143 | |
| design | DesignForExtension | Method 'storeUserInput' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| misc | FinalParameters | Parameter value should be final. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 143 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| misc | FinalParameters | Parameter parent should be final. | 74 | |
| misc | FinalParameters | Parameter label should be final. | 74 | |
| misc | FinalParameters | Parameter ref should be final. | 74 | |
| misc | FinalParameters | Parameter valueRestriction should be final. | 75 | |
| misc | FinalParameters | Parameter initialValue should be final. | 75 | |
| javadoc | JavadocMethod | Expected an @return tag. | 84 | |
| design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| javadoc | JavadocMethod | Expected an @return tag. | 95 | |
| design | DesignForExtension | Method 'isSecret' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| design | DesignForExtension | Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter maxLength should be final. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'maxLength'. | 102 | |
| javadoc | JavadocMethod | Expected an @return tag. | 109 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| misc | FinalParameters | Parameter propURI should be final. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 109 | |
| misc | FinalParameters | Parameter value should be final. | 109 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 109 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 120 | |
| design | DesignForExtension | Method 'setSecret' is not designed for extension - needs to be abstract, final or empty. | 128 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| misc | FinalParameters | Parameter labelText should be final. | 68 | |
| misc | FinalParameters | Parameter iconURL should be final. | 68 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| javadoc | JavadocMethod | Expected an @return tag. | 79 | |
| design | DesignForExtension | Method 'getIconURL' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Expected an @return tag. | 93 | |
| design | DesignForExtension | Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Expected an @return tag. | 100 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| misc | FinalParameters | Parameter propURI should be final. | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 100 | |
| misc | FinalParameters | Parameter value should be final. | 100 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 100 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 106 | |
| javadoc | JavadocMethod | Expected an @return tag. | 116 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| misc | FinalParameters | Parameter parent should be final. | 112 | |
| misc | FinalParameters | Parameter label should be final. | 112 | |
| misc | FinalParameters | Parameter contentType should be final. | 112 | |
| misc | FinalParameters | Parameter contentURL should be final. | 113 | |
| javadoc | JavadocMethod | Expected an @return tag. | 122 | |
| design | DesignForExtension | Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| javadoc | JavadocMethod | Expected an @return tag. | 129 | |
| design | DesignForExtension | Method 'getContentURL' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Expected an @return tag. | 138 | |
| design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Expected an @return tag. | 147 | |
| design | DesignForExtension | Method 'getResolutionMaxX' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 149 | |
| javadoc | JavadocMethod | Expected an @return tag. | 156 | |
| design | DesignForExtension | Method 'getResolutionMaxY' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 158 | |
| javadoc | JavadocMethod | Expected an @return tag. | 165 | |
| design | DesignForExtension | Method 'getResolutionMinX' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 167 | |
| javadoc | JavadocMethod | Expected an @return tag. | 174 | |
| design | DesignForExtension | Method 'getResolutionMinY' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 176 | |
| javadoc | JavadocMethod | Expected an @return tag. | 183 | |
| design | DesignForExtension | Method 'getResolutionPreferredX' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 185 | |
| javadoc | JavadocMethod | Expected an @return tag. | 192 | |
| design | DesignForExtension | Method 'getResolutionPreferredY' is not designed for extension - needs to be abstract, final or empty. | 192 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| design | DesignForExtension | Method 'setMaxResolution' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| misc | FinalParameters | Parameter x should be final. | 209 | |
| misc | FinalParameters | Parameter y should be final. | 209 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| design | DesignForExtension | Method 'setMinResolution' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| misc | FinalParameters | Parameter x should be final. | 228 | |
| misc | FinalParameters | Parameter y should be final. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| design | DesignForExtension | Method 'setPreferredResolution' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| misc | FinalParameters | Parameter x should be final. | 247 | |
| misc | FinalParameters | Parameter y should be final. | 247 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 248 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 250 | |
| javadoc | JavadocMethod | Expected an @return tag. | 257 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| misc | FinalParameters | Parameter propURI should be final. | 257 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 257 | |
| misc | FinalParameters | Parameter value should be final. | 257 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 258 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 277 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter typeURI should be final. | 35 | |
| misc | FinalParameters | Parameter parent should be final. | 35 | |
| misc | FinalParameters | Parameter label should be final. | 35 | |
| misc | FinalParameters | Parameter ref should be final. | 36 | |
| misc | FinalParameters | Parameter initialValue should be final. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.ui.UIHandler. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| misc | FinalParameters | Parameter parent should be final. | 90 | |
| misc | FinalParameters | Parameter label should be final. | 90 | |
| misc | FinalParameters | Parameter ref should be final. | 90 | |
| misc | FinalParameters | Parameter valueRestriction should be final. | 91 | |
| misc | FinalParameters | Parameter initialValue should be final. | 91 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter r should be final. | 103 | |
| misc | FinalParameters | Parameter upper should be final. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 104 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 119 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 120 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 129 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 129 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 129 | |
| javadoc | JavadocMethod | Expected an @return tag. | 139 | |
| design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| design | DesignForExtension | Method 'getMaxValue' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 145 | |
| design | DesignForExtension | Method 'getMinValue' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| design | DesignForExtension | Method 'shiftValue' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| misc | FinalParameters | Parameter numberOfSteps should be final. | 169 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 171 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 179 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 182 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 183 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 199 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'getStepsValue' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'stepValue' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| misc | FinalParameters | Parameter numberOfStepsFormMin should be final. | 267 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 277 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 293 | |
| javadoc | JavadocMethod | Expected an @return tag. | 302 | |
| design | DesignForExtension | Method 'getRangeLength' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 309 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 312 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 320 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 324 | |
| javadoc | JavadocMethod | Expected an @return tag. | 334 | |
| design | DesignForExtension | Method 'getStep' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 336 | |
| javadoc | JavadocMethod | Expected an @return tag. | 342 | |
| design | DesignForExtension | Method 'setStep' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| misc | FinalParameters | Parameter step should be final. | 342 | |
| javadoc | JavadocMethod | Expected @param tag for 'step'. | 342 | |
| javadoc | JavadocMethod | Expected an @return tag. | 355 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| misc | FinalParameters | Parameter propURI should be final. | 355 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 355 | |
| misc | FinalParameters | Parameter value should be final. | 355 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 355 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 357 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 360 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| misc | FinalParameters | Parameter parent should be final. | 150 | |
| misc | FinalParameters | Parameter label should be final. | 150 | |
| misc | FinalParameters | Parameter ref should be final. | 150 | |
| misc | FinalParameters | Parameter valueRestriction should be final. | 151 | |
| misc | FinalParameters | Parameter initialValue should be final. | 151 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 154 | |
| design | DesignForExtension | Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| misc | FinalParameters | Parameter child should be final. | 161 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 162 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| design | DesignForExtension | Method 'addValue' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| design | DesignForExtension | Method 'banEntryAddition' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| design | DesignForExtension | Method 'banEntryDeletion' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| design | DesignForExtension | Method 'banEntryEdit' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| design | DesignForExtension | Method 'checkSubmission' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 257 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 261 | |
| javadoc | JavadocMethod | Expected an @return tag. | 273 | |
| design | DesignForExtension | Method 'getAllValues' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| misc | FinalParameters | Parameter fc should be final. | 273 | |
| javadoc | JavadocMethod | Expected @param tag for 'fc'. | 273 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 274 | |
| design | DesignForExtension | Method 'getAllValues' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| misc | FinalParameters | Parameter pp should be final. | 277 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 285 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 287 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 289 | |
| javadoc | JavadocMethod | Expected an @return tag. | 301 | |
| design | DesignForExtension | Method 'getMaxCardinality' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 303 | |
| javadoc | JavadocMethod | Expected an @return tag. | 311 | |
| design | DesignForExtension | Method 'getMinCardinality' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 313 | |
| javadoc | JavadocMethod | Expected an @return tag. | 320 | |
| design | DesignForExtension | Method 'getNumberOfValues' is not designed for extension - needs to be abstract, final or empty. | 320 | |
| design | DesignForExtension | Method 'getPPathRestriction' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 326 | |
| misc | FinalParameters | Parameter pp should be final. | 326 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 330 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 335 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 337 | |
| javadoc | JavadocMethod | Expected an @return tag. | 346 | |
| design | DesignForExtension | Method 'getSearchableField' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 348 | |
| javadoc | JavadocMethod | Expected an @return tag. | 356 | |
| design | DesignForExtension | Method 'getSelectionIndex' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 360 | |
| misc | FinalParameters | Parameter pp should be final. | 360 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 362 | |
| javadoc | JavadocMethod | Expected an @return tag. | 369 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| misc | FinalParameters | Parameter pp should be final. | 369 | |
| javadoc | JavadocMethod | Expected @param tag for 'pp'. | 369 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 370 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 371 | |
| design | DesignForExtension | Method 'hasValue' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 375 | |
| misc | FinalParameters | Parameter pp should be final. | 375 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 378 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 381 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 386 | |
| javadoc | JavadocMethod | Expected an @return tag. | 397 | |
| design | DesignForExtension | Method 'listAcceptsNewEntries' is not designed for extension - needs to be abstract, final or empty. | 397 | |
| javadoc | JavadocMethod | Expected an @return tag. | 404 | |
| design | DesignForExtension | Method 'listEntriesDeletable' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| javadoc | JavadocMethod | Expected an @return tag. | 411 | |
| design | DesignForExtension | Method 'listEntriesEditable' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| design | DesignForExtension | Method 'moveSelectionDown' is not designed for extension - needs to be abstract, final or empty. | 422 | |
| design | DesignForExtension | Method 'moveSelectionUp' is not designed for extension - needs to be abstract, final or empty. | 439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 448 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 453 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 454 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| design | DesignForExtension | Method 'removeSelection' is not designed for extension - needs to be abstract, final or empty. | 474 | |
| design | DesignForExtension | Method 'setSearchableField' is not designed for extension - needs to be abstract, final or empty. | 488 | |
| misc | FinalParameters | Parameter fc should be final. | 488 | |
| javadoc | JavadocMethod | Expected @param tag for 'fc'. | 488 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 489 | |
| design | DesignForExtension | Method 'setSelection' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| misc | FinalParameters | Parameter i should be final. | 499 | |
| javadoc | JavadocMethod | Expected @param tag for 'i'. | 499 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 507 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 513 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 513 | |
| misc | FinalParameters | Parameter pp should be final. | 513 | |
| misc | FinalParameters | Parameter value should be final. | 513 | |
| misc | FinalParameters | Parameter valueRestrictions should be final. | 514 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 515 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 518 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 527 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 527 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 529 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 534 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 539 | |
| javadoc | JavadocMethod | Expected an @return tag. | 554 | |
| design | DesignForExtension | Method 'updateSelection' is not designed for extension - needs to be abstract, final or empty. | 554 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 558 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 567 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 573 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 578 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 604 | |
| design | DesignForExtension | Method 'virtualFormExpansion' is not designed for extension - needs to be abstract, final or empty. | 609 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 624 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 660 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 674 | |
| javadoc | JavadocMethod | Expected an @return tag. | 675 | |
| design | DesignForExtension | Method 'searchFormControl' is not designed for extension - needs to be abstract, final or empty. | 675 | |
| misc | FinalParameters | Parameter formControlURI should be final. | 675 | |
| javadoc | JavadocMethod | Expected @param tag for 'formControlURI'. | 675 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 688 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 690 | |
| misc | FinalParameters | Parameter dataRoot should be final. | 690 | |
| javadoc | JavadocMethod | Expected @param tag for 'dataRoot'. | 690 | |
| coding | MagicNumber | '5' is a magic number. | 691 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 697 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 700 | |
| modifier | ModifierOrder | 'public' modifier out of order with the JLS suggestions. | 700 | |
| misc | FinalParameters | Parameter root should be final. | 700 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 709 | |
| javadoc | JavadocMethod | Expected an @return tag. | 710 | |
| misc | FinalParameters | Parameter pp should be final. | 710 | |
| javadoc | JavadocMethod | Expected @param tag for 'pp'. | 710 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 715 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 717 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocType | Unknown tag 'navassoc'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| misc | FinalParameters | Parameter parent should be final. | 75 | |
| misc | FinalParameters | Parameter label should be final. | 75 | |
| misc | FinalParameters | Parameter ref should be final. | 75 | |
| misc | FinalParameters | Parameter valueRestriction should be final. | 76 | |
| misc | FinalParameters | Parameter initialValue should be final. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter typeURI should be final. | 80 | |
| misc | FinalParameters | Parameter parent should be final. | 80 | |
| misc | FinalParameters | Parameter label should be final. | 80 | |
| misc | FinalParameters | Parameter ref should be final. | 81 | |
| misc | FinalParameters | Parameter valueRestriction should be final. | 81 | |
| misc | FinalParameters | Parameter initialValue should be final. | 82 | |
| design | DesignForExtension | Method 'addChoiceItem' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| misc | FinalParameters | Parameter item should be final. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'item'. | 89 | |
| design | DesignForExtension | Method 'addChoiceList' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| misc | FinalParameters | Parameter list should be final. | 104 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'generateChoices' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| misc | FinalParameters | Parameter elems should be final. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'elems'. | 124 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 125 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 131 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 131 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 133 | |
| javadoc | JavadocMethod | Expected an @return tag. | 148 | |
| design | DesignForExtension | Method 'generateChoices' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 150 | |
| javadoc | JavadocMethod | Expected an @return tag. | 158 | |
| design | DesignForExtension | Method 'getChoices' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| javadoc | JavadocMethod | Expected an @return tag. | 171 | |
| design | DesignForExtension | Method 'getMaxCardinality' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 173 | |
| javadoc | JavadocMethod | Expected an @return tag. | 180 | |
| design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| javadoc | JavadocMethod | Expected an @return tag. | 202 | |
| design | DesignForExtension | Method 'getMinCardinality' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 204 | |
| javadoc | JavadocMethod | Expected an @return tag. | 211 | |
| design | DesignForExtension | Method 'isMultilevel' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 213 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 216 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| javadoc | JavadocMethod | Expected an @return tag. | 228 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| misc | FinalParameters | Parameter propURI should be final. | 228 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 228 | |
| misc | FinalParameters | Parameter value should be final. | 228 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 228 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 235 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| design | DesignForExtension | Method 'storeUserInputByLabelString' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| misc | FinalParameters | Parameter selectedLabelString should be final. | 264 | |
| javadoc | JavadocMethod | Expected @param tag for 'selectedLabelString'. | 264 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 267 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| misc | FinalParameters | Parameter parent should be final. | 58 | |
| misc | FinalParameters | Parameter label should be final. | 58 | |
| misc | FinalParameters | Parameter ref should be final. | 58 | |
| misc | FinalParameters | Parameter valueRestriction should be final. | 59 | |
| misc | FinalParameters | Parameter initialValue should be final. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| misc | FinalParameters | Parameter parent should be final. | 67 | |
| misc | FinalParameters | Parameter label should be final. | 67 | |
| misc | FinalParameters | Parameter ref should be final. | 67 | |
| misc | FinalParameters | Parameter content should be final. | 68 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 69 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| javadoc | JavadocMethod | Expected an @return tag. | 86 | |
| design | DesignForExtension | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 88 | |
| javadoc | JavadocMethod | Expected an @return tag. | 95 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Expected an @return tag. | 102 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| misc | FinalParameters | Parameter propURI should be final. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 102 | |
| misc | FinalParameters | Parameter value should be final. | 102 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 102 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 108 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| misc | FinalParameters | Parameter parent should be final. | 81 | |
| misc | FinalParameters | Parameter label should be final. | 81 | |
| misc | FinalParameters | Parameter id should be final. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| javadoc | JavadocMethod | Expected an @return tag. | 90 | |
| design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 93 | |
| javadoc | JavadocMethod | Expected an @return tag. | 103 | |
| design | DesignForExtension | Method 'getRepeatableIDPrefix' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| javadoc | JavadocMethod | Expected an @return tag. | 116 | |
| design | DesignForExtension | Method 'needsSelection' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Expected an @return tag. | 123 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| misc | FinalParameters | Parameter propURI should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 123 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 123 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 131 | |
| design | DesignForExtension | Method 'setRepeatableIDPrefix' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| misc | FinalParameters | Parameter prefix should be final. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for 'prefix'. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocType | Unknown tag 'navassoc'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 80 | |
| design | VisibilityModifier | Variable 'mandatoryList' must be private and have accessor methods. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| misc | FinalParameters | Parameter parent should be final. | 124 | |
| misc | FinalParameters | Parameter label should be final. | 124 | |
| misc | FinalParameters | Parameter id should be final. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| misc | FinalParameters | Parameter typeURI should be final. | 131 | |
| misc | FinalParameters | Parameter parent should be final. | 131 | |
| misc | FinalParameters | Parameter label should be final. | 131 | |
| misc | FinalParameters | Parameter id should be final. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'addMandatoryInput' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| misc | FinalParameters | Parameter in should be final. | 143 | |
| javadoc | JavadocMethod | Expected @param tag for 'in'. | 143 | |
| javadoc | JavadocMethod | Expected an @return tag. | 153 | |
| design | DesignForExtension | Method 'getConfirmationMessage' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Expected an @return tag. | 160 | |
| design | DesignForExtension | Method 'getConfirmationType' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| design | DesignForExtension | Method 'getDialogID' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 172 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 180 | |
| javadoc | JavadocMethod | Expected an @return tag. | 190 | |
| design | DesignForExtension | Method 'getID' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Expected an @return tag. | 198 | |
| design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 200 | |
| javadoc | JavadocMethod | Expected an @return tag. | 206 | |
| design | DesignForExtension | Method 'getMandatoryInputControls' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| design | DesignForExtension | Method 'getMissingInputControl' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| design | DesignForExtension | Method 'getMissingInputControls' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 240 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| javadoc | JavadocMethod | Expected an @return tag. | 263 | |
| design | DesignForExtension | Method 'getRelatedControls' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 264 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 274 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 280 | |
| javadoc | JavadocMethod | Expected an @return tag. | 291 | |
| design | DesignForExtension | Method 'hasMandatoryInput' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| misc | FinalParameters | Parameter fc should be final. | 291 | |
| javadoc | JavadocMethod | Expected @param tag for 'fc'. | 291 | |
| design | DesignForExtension | Method 'setConfirmationOkCancel' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| misc | FinalParameters | Parameter msg should be final. | 300 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 300 | |
| design | DesignForExtension | Method 'setConfirmationYesNo' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| misc | FinalParameters | Parameter msg should be final. | 313 | |
| javadoc | JavadocMethod | Expected @param tag for 'msg'. | 313 | |
| javadoc | JavadocMethod | Expected an @return tag. | 324 | |
| design | DesignForExtension | Method 'setProperty' is not designed for extension - needs to be abstract, final or empty. | 324 | |
| misc | FinalParameters | Parameter propURI should be final. | 324 | |
| javadoc | JavadocMethod | Expected @param tag for 'propURI'. | 324 | |
| misc | FinalParameters | Parameter value should be final. | 324 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 324 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 334 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 338 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 340 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 358 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| misc | FinalParameters | Parameter parent should be final. | 59 | |
| misc | FinalParameters | Parameter label should be final. | 59 | |
| misc | FinalParameters | Parameter ref should be final. | 59 | |
| misc | FinalParameters | Parameter valueRestriction should be final. | 60 | |
| misc | FinalParameters | Parameter initialValue should be final. | 60 | |
| javadoc | JavadocMethod | Expected an @return tag. | 68 | |
| design | DesignForExtension | Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Expected an @return tag. | 76 | |
| design | DesignForExtension | Method 'getTypeURI' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| design | DesignForExtension | Method 'storeUserInput' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| misc | FinalParameters | Parameter value should be final. | 83 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 83 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 84 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 42 | |
| naming | ConstantName | Name 'VAR_uAAL_CURRENT_DATETIME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 49 | |
| naming | ConstantName | Name 'VAR_uAAL_ACCESSING_BUS_MEMBER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 57 | |
| naming | ConstantName | Name 'VAR_uAAL_ACCESSING_HUMAN_USER' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 65 | |
| naming | ConstantName | Name 'VAR_uAAL_SERVICE_TO_SELECT' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 | |
| naming | ConstantName | Name 'uAAL_MIDDLEWARE_LOCAL_ID_PREFIX' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| javadoc | JavadocMethod | Expected an @return tag. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 90 | |
| javadoc | JavadocMethod | Expected an @return tag. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'r' must be private and have accessor methods. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter r should be final. | 46 | |
| coding | HiddenField | 'r' hides a field. | 46 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| misc | FinalParameters | Parameter obj should be final. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 52 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| design | DesignForExtension | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| design | DesignForExtension | Method 'set' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter r should be final. | 64 | |
| coding | HiddenField | 'r' hides a field. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 | |
| design | VisibilityModifier | Variable 'visitedResources' must be private and have accessor methods. | 74 | |
| design | VisibilityModifier | Variable 'idxdummy' must be private and have accessor methods. | 80 | |
| design | VisibilityModifier | Variable 'se' must be private and have accessor methods. | 85 | |
| design | VisibilityModifier | Variable 'stack' must be private and have accessor methods. | 93 | |
| design | VisibilityModifier | Variable 'nextElement' must be private and have accessor methods. | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| design | VisibilityModifier | Variable 'first' must be private and have accessor methods. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| misc | FinalParameters | Parameter root should be final. | 149 | |
| design | DesignForExtension | Method 'createNext' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 155 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 165 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 174 | |
| design | DesignForExtension | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 188 | |
| design | DesignForExtension | Method 'next' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter root should be final. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| misc | FinalParameters | Parameter root should be final. | 221 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| misc | FinalParameters | Parameter root should be final. | 238 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 239 | |
| design | DesignForExtension | Method 'getPropertyEnumeration' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| misc | FinalParameters | Parameter r should be final. | 247 | |
| design | DesignForExtension | Method 'stepDeeper' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| misc | FinalParameters | Parameter root should be final. | 251 | |
| design | DesignForExtension | Method 'stepHigher' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 266 | |
| design | DesignForExtension | Method 'createResult' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 277 | |
| design | DesignForExtension | Method 'createNext' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 282 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 283 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 293 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 321 | |
| javadoc | JavadocMethod | Expected an @return tag. | 348 | |
| design | DesignForExtension | Method 'hasNext' is not designed for extension - needs to be abstract, final or empty. | 348 | |
| design | DesignForExtension | Method 'next' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| design | DesignForExtension | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 368 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter subject should be final. | 40 | |
| coding | HiddenField | 'subject' hides a field. | 40 | |
| misc | FinalParameters | Parameter predicate should be final. | 40 | |
| coding | HiddenField | 'predicate' hides a field. | 40 | |
| misc | FinalParameters | Parameter object should be final. | 41 | |
| coding | HiddenField | 'object' hides a field. | 41 | |
| misc | FinalParameters | Parameter depth should be final. | 41 | |
| coding | HiddenField | 'depth' hides a field. | 41 | |
| misc | FinalParameters | Parameter isList should be final. | 41 | |
| coding | HiddenField | 'isList' hides a field. | 41 | |
| misc | FinalParameters | Parameter listIndex should be final. | 41 | |
| coding | HiddenField | 'listIndex' hides a field. | 41 | |
| misc | FinalParameters | Parameter theList should be final. | 42 | |
| coding | HiddenField | 'theList' hides a field. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Expected an @return tag. | 53 | |
| misc | FinalParameters | Parameter vote should be final. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'vote'. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| javadoc | JavadocMethod | Expected an @return tag. | 70 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| javadoc | JavadocMethod | Expected an @return tag. | 80 | |
| javadoc | JavadocMethod | Expected an @return tag. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter errorCode should be final. | 32 | |
| coding | HiddenField | 'errorCode' hides a field. | 32 | |
| misc | FinalParameters | Parameter te1 should be final. | 32 | |
| coding | HiddenField | 'te1' hides a field. | 32 | |
| misc | FinalParameters | Parameter te2 should be final. | 33 | |
| coding | HiddenField | 'te2' hides a field. | 33 | |
| misc | FinalParameters | Parameter message should be final. | 33 | |
| coding | HiddenField | 'message' hides a field. | 33 | |
| misc | FinalParameters | Parameter details should be final. | 33 | |
| coding | HiddenField | 'details' hides a field. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter errorCode should be final. | 41 | |
| coding | HiddenField | 'errorCode' hides a field. | 41 | |
| misc | FinalParameters | Parameter te1 should be final. | 41 | |
| coding | HiddenField | 'te1' hides a field. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 42 | |
| misc | FinalParameters | Parameter te2 should be final. | 42 | |
| coding | HiddenField | 'te2' hides a field. | 42 | |
| misc | FinalParameters | Parameter message should be final. | 42 | |
| coding | HiddenField | 'message' hides a field. | 42 | |
| misc | FinalParameters | Parameter details should be final. | 42 | |
| coding | HiddenField | 'details' hides a field. | 42 | |
| misc | FinalParameters | Parameter args should be final. | 42 | |
| coding | HiddenField | 'args' hides a field. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| imports | UnusedImports | Unused import - org.universAAL.middleware.owl.OntologyManagement. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocMethod | Expected an @return tag. | 56 | |
| misc | FinalParameters | Parameter r should be final. | 56 | |
| javadoc | JavadocMethod | Expected @param tag for 'r'. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 61 | |
| coding | InnerAssignment | Inner assignments should be avoided. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| javadoc | JavadocMethod | Expected an @return tag. | 78 | |
| javadoc | JavadocMethod | Expected an @return tag. | 83 | |
| javadoc | JavadocMethod | Expected an @return tag. | 88 | |
| javadoc | JavadocMethod | Expected an @return tag. | 93 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter ignoreEmptyList should be final. | 58 | |
| coding | HiddenField | 'ignoreEmptyList' hides a field. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Expected an @return tag. | 74 | |
| misc | FinalParameters | Parameter indent should be final. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'indent'. | 74 | |
| misc | FinalParameters | Parameter l1 should be final. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'l1'. | 74 | |
| misc | FinalParameters | Parameter l2 should be final. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'l2'. | 74 | |
| misc | FinalParameters | Parameter closedList should be final. | 74 | |
| javadoc | JavadocMethod | Expected @param tag for 'closedList'. | 74 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 78 | |
| blocks | NeedBraces | 'while' construct must use '{}'s. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 86 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 123 | |
| javadoc | JavadocMethod | Expected an @return tag. | 147 | |
| misc | FinalParameters | Parameter indent should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'indent'. | 147 | |
| misc | FinalParameters | Parameter r1 should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'r1'. | 147 | |
| misc | FinalParameters | Parameter r2 should be final. | 147 | |
| javadoc | JavadocMethod | Expected @param tag for 'r2'. | 147 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 153 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 157 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 165 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 166 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 169 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 176 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 187 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 197 | |
| javadoc | JavadocMethod | Expected an @return tag. | 207 | |
| misc | FinalParameters | Parameter indent should be final. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'indent'. | 207 | |
| misc | FinalParameters | Parameter prop should be final. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'prop'. | 207 | |
| misc | FinalParameters | Parameter v1 should be final. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'v1'. | 207 | |
| misc | FinalParameters | Parameter v2 should be final. | 207 | |
| javadoc | JavadocMethod | Expected @param tag for 'v2'. | 207 | |
| misc | FinalParameters | Parameter closedList should be final. | 208 | |
| javadoc | JavadocMethod | Expected @param tag for 'closedList'. | 208 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 210 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 211 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 212 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 217 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 219 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 221 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 223 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 225 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 229 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 234 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 237 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 239 | |
| javadoc | JavadocMethod | Expected an @return tag. | 247 | |
| misc | FinalParameters | Parameter r1 should be final. | 247 | |
| javadoc | JavadocMethod | Expected @param tag for 'r1'. | 247 | |
| misc | FinalParameters | Parameter r2 should be final. | 247 | |
| javadoc | JavadocMethod | Expected @param tag for 'r2'. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 256 | |
| misc | FinalParameters | Parameter r1 should be final. | 259 | |
| javadoc | JavadocMethod | Expected @param tag for 'r1'. | 259 | |
| misc | FinalParameters | Parameter r2 should be final. | 259 | |
| javadoc | JavadocMethod | Expected @param tag for 'r2'. | 259 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 265 | |
| misc | FinalParameters | Parameter r1 should be final. | 265 | |
| misc | FinalParameters | Parameter r2 should be final. | 265 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 268 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 270 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 272 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 276 | |
| blocks | EmptyBlock | Must have at least one statement. | 277 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 289 | |
| misc | FinalParameters | Parameter r1 should be final. | 289 | |
| misc | FinalParameters | Parameter r2 should be final. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| misc | FinalParameters | Parameter indent should be final. | 309 | |
| misc | FinalParameters | Parameter lineContent should be final. | 309 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 312 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 314 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter e should be final. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter e should be final. | 48 | |
| misc | FinalParameters | Parameter prefix should be final. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 57 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 62 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 71 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 81 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter root should be final. | 63 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter r1 should be final. | 99 | |
| misc | FinalParameters | Parameter r2 should be final. | 99 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 110 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 112 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 114 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| misc | FinalParameters | Parameter r should be final. | 149 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 182 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| misc | FinalParameters | Parameter val should be final. | 45 | |
| coding | HiddenField | 'val' hides a field. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Unused @param tag for 'val'. | 54 | |
| misc | FinalParameters | Parameter encodedVal should be final. | 57 | |
| coding | HiddenField | 'encodedVal' hides a field. | 57 | |
| javadoc | JavadocMethod | Expected @param tag for 'encodedVal'. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter val should be final. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| misc | FinalParameters | Parameter encodedVal should be final. | 92 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 101 | |
| misc | FinalParameters | Parameter obj should be final. | 102 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 103 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 105 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 1 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 1 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 5 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 7 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter val should be final. | 44 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter val should be final. | 52 | |
| coding | HiddenField | 'intval' hides a field. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 60 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 65 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter obj should be final. | 75 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 76 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 91 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 93 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 101 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter o should be final. | 113 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | FileLength | File length is 2,217 lines (max allowed is 2,000). | 1 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 3 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 4 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 6 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 11 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 11 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 12 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 12 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 13 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 14 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 17 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 140 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 151 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 156 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 159 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 164 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 165 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 170 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 173 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 184 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 191 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 196 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 199 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 202 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 205 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 207 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 208 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 209 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 209 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 219 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 219 | |
| naming | ConstantName | Name '_STANDARD_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 219 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 219 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 238 | |
| naming | ConstantName | Name '_STANDARD_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 238 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 238 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 265 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 295 | |
| naming | ConstantName | Name '_URL_SAFE_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 295 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 295 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 313 | |
| naming | ConstantName | Name '_URL_SAFE_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 313 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 313 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 344 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 373 | |
| naming | ConstantName | Name '_ORDERED_ALPHABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 373 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 373 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 391 | |
| naming | ConstantName | Name '_ORDERED_DECODABET' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 391 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 391 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 422 | |
| javadoc | JavadocMethod | Expected an @return tag. | 451 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 451 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 451 | |
| misc | FinalParameters | Parameter options should be final. | 451 | |
| javadoc | JavadocMethod | Expected @param tag for 'options'. | 451 | |
| javadoc | JavadocMethod | Expected an @return tag. | 467 | |
| modifier | RedundantModifier | Redundant 'final' modifier. | 467 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 467 | |
| misc | FinalParameters | Parameter options should be final. | 467 | |
| javadoc | JavadocMethod | Expected @param tag for 'options'. | 467 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> and | 484 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var>. The | 486 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> needs only be as big as | 487 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var>. Code can reuse a byte array by passing a | 488 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var>. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 490 | |
| misc | FinalParameters | Parameter b4 should be final. | 500 | |
| misc | FinalParameters | Parameter threeBytes should be final. | 500 | |
| misc | FinalParameters | Parameter numSigBytes should be final. | 501 | |
| misc | FinalParameters | Parameter options should be final. | 501 | |
| javadoc | JavadocMethod | Expected @param tag for 'options'. | 501 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> and writes the | 508 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var>. The source and | 509 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> and <var>destOffset</var>. This method | 511 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var>. This method | 511 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> + 3 for the <var>source</var> array or | 513 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> array or | 513 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> + 4 for the <var>destination</var> array. The | 514 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> array. The | 514 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var>. | 516 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> array | 533 | |
| misc | FinalParameters | Parameter source should be final. | 536 | |
| misc | FinalParameters | Parameter srcOffset should be final. | 536 | |
| misc | FinalParameters | Parameter numSigBytes should be final. | 537 | |
| misc | FinalParameters | Parameter destination should be final. | 537 | |
| misc | FinalParameters | Parameter destOffset should be final. | 537 | |
| misc | FinalParameters | Parameter options should be final. | 537 | |
| javadoc | JavadocMethod | Expected @param tag for 'options'. | 537 | |
| naming | LocalVariableName | Name 'ALPHABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 539 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 553 | |
| coding | MagicNumber | '24' is a magic number. | 553 | |
| coding | MagicNumber | '8' is a magic number. | 553 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 554 | |
| coding | MagicNumber | '24' is a magic number. | 554 | |
| coding | MagicNumber | '16' is a magic number. | 554 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 555 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 555 | |
| coding | MagicNumber | '24' is a magic number. | 555 | |
| coding | MagicNumber | '24' is a magic number. | 555 | |
| coding | MagicNumber | '3' is a magic number. | 558 | |
| coding | MagicNumber | '18' is a magic number. | 559 | |
| coding | MagicNumber | '12' is a magic number. | 560 | |
| coding | MagicNumber | '0x3f' is a magic number. | 560 | |
| coding | MagicNumber | '6' is a magic number. | 561 | |
| coding | MagicNumber | '0x3f' is a magic number. | 561 | |
| coding | MagicNumber | '3' is a magic number. | 562 | |
| coding | MagicNumber | '0x3f' is a magic number. | 562 | |
| coding | MagicNumber | '18' is a magic number. | 566 | |
| coding | MagicNumber | '12' is a magic number. | 567 | |
| coding | MagicNumber | '0x3f' is a magic number. | 567 | |
| coding | MagicNumber | '6' is a magic number. | 568 | |
| coding | MagicNumber | '0x3f' is a magic number. | 568 | |
| coding | MagicNumber | '3' is a magic number. | 569 | |
| coding | MagicNumber | '18' is a magic number. | 573 | |
| coding | MagicNumber | '12' is a magic number. | 574 | |
| coding | MagicNumber | '0x3f' is a magic number. | 574 | |
| coding | MagicNumber | '3' is a magic number. | 576 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| misc | FinalParameters | Parameter raw should be final. | 596 | |
| misc | FinalParameters | Parameter encoded should be final. | 597 | |
| coding | MagicNumber | '3' is a magic number. | 598 | |
| coding | MagicNumber | '4' is a magic number. | 599 | |
| coding | MagicNumber | '3' is a magic number. | 602 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 614 | |
| misc | FinalParameters | Parameter raw should be final. | 621 | |
| misc | FinalParameters | Parameter encoded should be final. | 622 | |
| coding | MagicNumber | '3' is a magic number. | 623 | |
| coding | MagicNumber | '4' is a magic number. | 624 | |
| coding | MagicNumber | '3' is a magic number. | 627 | |
| coding | MagicNumber | '4' is a magic number. | 630 | |
| coding | MagicNumber | '0xFF' is a magic number. | 631 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 639 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 646 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 648 | |
| misc | FinalParameters | Parameter serializableObject should be final. | 658 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 666 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 677 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 687 | |
| misc | FinalParameters | Parameter serializableObject should be final. | 699 | |
| misc | FinalParameters | Parameter options should be final. | 700 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 725 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 730 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 753 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 763 | |
| misc | FinalParameters | Parameter source should be final. | 771 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 789 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 800 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 801 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 808 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 809 | |
| misc | FinalParameters | Parameter source should be final. | 823 | |
| misc | FinalParameters | Parameter options should be final. | 823 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 830 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 837 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 838 | |
| misc | FinalParameters | Parameter source should be final. | 852 | |
| misc | FinalParameters | Parameter off should be final. | 852 | |
| misc | FinalParameters | Parameter len should be final. | 852 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 870 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 881 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 882 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 889 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 890 | |
| misc | FinalParameters | Parameter source should be final. | 910 | |
| misc | FinalParameters | Parameter off should be final. | 910 | |
| misc | FinalParameters | Parameter len should be final. | 910 | |
| misc | FinalParameters | Parameter options should be final. | 911 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 917 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 928 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 929 | |
| misc | FinalParameters | Parameter source should be final. | 937 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 954 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 955 | |
| misc | FinalParameters | Parameter source should be final. | 975 | |
| misc | FinalParameters | Parameter off should be final. | 975 | |
| misc | FinalParameters | Parameter len should be final. | 975 | |
| misc | FinalParameters | Parameter options should be final. | 976 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 1012 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 1017 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1034 | |
| coding | MagicNumber | '3' is a magic number. | 1047 | |
| coding | MagicNumber | '4' is a magic number. | 1047 | |
| coding | MagicNumber | '3' is a magic number. | 1047 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1047 | |
| coding | MagicNumber | '4' is a magic number. | 1047 | |
| coding | MagicNumber | '3' is a magic number. | 1060 | |
| coding | MagicNumber | '4' is a magic number. | 1060 | |
| coding | MagicNumber | '3' is a magic number. | 1061 | |
| coding | MagicNumber | '4' is a magic number. | 1063 | |
| coding | MagicNumber | '4' is a magic number. | 1065 | |
| coding | MagicNumber | '4' is a magic number. | 1073 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> and writes the resulting | 1099 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var>. The source and | 1100 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> and <var>destOffset</var>. This method | 1102 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var>. This method | 1102 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> + 4 for the <var>source</var> array or | 1104 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> array or | 1104 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> + 3 for the <var>destination</var> array. This | 1105 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> array. This | 1105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1113 | |
| misc | FinalParameters | Parameter source should be final. | 1133 | |
| misc | FinalParameters | Parameter srcOffset should be final. | 1133 | |
| misc | FinalParameters | Parameter destination should be final. | 1134 | |
| misc | FinalParameters | Parameter destOffset should be final. | 1134 | |
| misc | FinalParameters | Parameter options should be final. | 1134 | |
| coding | MagicNumber | '3' is a magic number. | 1143 | |
| naming | LocalVariableName | Name 'DECODABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1154 | |
| coding | MagicNumber | '0xFF' is a magic number. | 1162 | |
| coding | MagicNumber | '18' is a magic number. | 1162 | |
| coding | MagicNumber | '0xFF' is a magic number. | 1163 | |
| coding | MagicNumber | '12' is a magic number. | 1163 | |
| coding | MagicNumber | '16' is a magic number. | 1165 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1167 | |
| coding | MagicNumber | '3' is a magic number. | 1170 | |
| coding | MagicNumber | '0xFF' is a magic number. | 1176 | |
| coding | MagicNumber | '18' is a magic number. | 1176 | |
| coding | MagicNumber | '0xFF' is a magic number. | 1177 | |
| coding | MagicNumber | '12' is a magic number. | 1177 | |
| coding | MagicNumber | '0xFF' is a magic number. | 1178 | |
| coding | MagicNumber | '6' is a magic number. | 1178 | |
| coding | MagicNumber | '16' is a magic number. | 1180 | |
| coding | MagicNumber | '8' is a magic number. | 1181 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1183 | |
| coding | MagicNumber | '0xFF' is a magic number. | 1193 | |
| coding | MagicNumber | '18' is a magic number. | 1193 | |
| coding | MagicNumber | '0xFF' is a magic number. | 1194 | |
| coding | MagicNumber | '12' is a magic number. | 1194 | |
| coding | MagicNumber | '0xFF' is a magic number. | 1195 | |
| coding | MagicNumber | '6' is a magic number. | 1195 | |
| coding | MagicNumber | '3' is a magic number. | 1196 | |
| coding | MagicNumber | '0xFF' is a magic number. | 1196 | |
| coding | MagicNumber | '16' is a magic number. | 1198 | |
| coding | MagicNumber | '8' is a magic number. | 1199 | |
| coding | MagicNumber | '3' is a magic number. | 1202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1213 | |
| misc | FinalParameters | Parameter source should be final. | 1219 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1238 | |
| misc | FinalParameters | Parameter source should be final. | 1252 | |
| misc | FinalParameters | Parameter off should be final. | 1252 | |
| misc | FinalParameters | Parameter len should be final. | 1252 | |
| misc | FinalParameters | Parameter options should be final. | 1252 | |
| coding | MagicNumber | '4' is a magic number. | 1267 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1269 | |
| naming | LocalVariableName | Name 'DECODABET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1273 | |
| coding | MagicNumber | '3' is a magic number. | 1275 | |
| coding | MagicNumber | '4' is a magic number. | 1275 | |
| coding | MagicNumber | '4' is a magic number. | 1279 | |
| coding | MagicNumber | '0xFF' is a magic number. | 1287 | |
| coding | MagicNumber | '3' is a magic number. | 1295 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 1306 | |
| coding | MagicNumber | '0xFF' is a magic number. | 1309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1324 | |
| misc | FinalParameters | Parameter s should be final. | 1332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1339 | |
| misc | FinalParameters | Parameter s should be final. | 1351 | |
| misc | FinalParameters | Parameter options should be final. | 1351 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1361 | |
| coding | MagicNumber | '4' is a magic number. | 1373 | |
| coding | MagicNumber | '0xff' is a magic number. | 1375 | |
| coding | MagicNumber | '8' is a magic number. | 1375 | |
| coding | MagicNumber | '0xff00' is a magic number. | 1375 | |
| coding | MagicNumber | '2048' is a magic number. | 1380 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1395 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1424 | |
| misc | FinalParameters | Parameter encodedObject should be final. | 1437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1446 | |
| misc | FinalParameters | Parameter encodedObject should be final. | 1463 | |
| misc | FinalParameters | Parameter options should be final. | 1463 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 1480 | |
| misc | FinalParameters | Parameter streamClass should be final. | 1487 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1501 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1504 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1507 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1531 | |
| misc | FinalParameters | Parameter dataToEncode should be final. | 1542 | |
| misc | FinalParameters | Parameter filename should be final. | 1542 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1554 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1557 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1576 | |
| misc | FinalParameters | Parameter dataToDecode should be final. | 1585 | |
| misc | FinalParameters | Parameter filename should be final. | 1585 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1593 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1596 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1615 | |
| misc | FinalParameters | Parameter filename should be final. | 1623 | |
| coding | MagicNumber | '4096' is a magic number. | 1648 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1656 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1659 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1672 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1679 | |
| misc | FinalParameters | Parameter filename should be final. | 1687 | |
| coding | MagicNumber | '1.4' is a magic number. | 1695 | |
| coding | MagicNumber | '40' is a magic number. | 1696 | |
| coding | MagicNumber | '4096' is a magic number. | 1706 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1714 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1730 | |
| misc | FinalParameters | Parameter infile should be final. | 1739 | |
| misc | FinalParameters | Parameter outfile should be final. | 1739 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1748 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1751 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1762 | |
| misc | FinalParameters | Parameter infile should be final. | 1771 | |
| misc | FinalParameters | Parameter outfile should be final. | 1771 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1780 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 1783 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1798 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1804 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1805 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1806 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1807 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1808 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1809 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1810 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1811 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 1812 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1816 | |
| misc | FinalParameters | Parameter in should be final. | 1821 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1830 | |
| javadoc | JavadocStyle | Extra HTML tag found: </i> | 1834 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1838 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1839 | |
| misc | FinalParameters | Parameter in should be final. | 1849 | |
| misc | FinalParameters | Parameter options should be final. | 1849 | |
| coding | HiddenField | 'options' hides a field. | 1849 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 1855 | |
| coding | MagicNumber | '4' is a magic number. | 1855 | |
| coding | MagicNumber | '3' is a magic number. | 1855 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1865 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 1869 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1869 | |
| coding | MagicNumber | '3' is a magic number. | 1874 | |
| coding | MagicNumber | '3' is a magic number. | 1876 | |
| coding | MagicNumber | '4' is a magic number. | 1892 | |
| blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 1893 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1897 | |
| coding | MagicNumber | '4' is a magic number. | 1901 | |
| coding | MagicNumber | '4' is a magic number. | 1903 | |
| coding | MagicNumber | '0x7f' is a magic number. | 1909 | |
| coding | MagicNumber | '4' is a magic number. | 1918 | |
| blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 1921 | |
| blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement. | 1924 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 1937 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 1944 | |
| coding | MagicNumber | '0xFF' is a magic number. | 1956 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 1959 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> bytes are read. Returns number of bytes read into | 1970 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1972 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 1982 | |
| misc | FinalParameters | Parameter dest should be final. | 1982 | |
| misc | FinalParameters | Parameter off should be final. | 1982 | |
| misc | FinalParameters | Parameter len should be final. | 1982 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 1983 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2008 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2014 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2015 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2016 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2017 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2018 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2019 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2020 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2021 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2022 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 2023 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2027 | |
| misc | FinalParameters | Parameter out should be final. | 2033 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2042 | |
| javadoc | JavadocStyle | Extra HTML tag found: </i> | 2046 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2050 | |
| misc | FinalParameters | Parameter out should be final. | 2061 | |
| misc | FinalParameters | Parameter options should be final. | 2061 | |
| coding | HiddenField | 'options' hides a field. | 2061 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 2065 | |
| coding | MagicNumber | '3' is a magic number. | 2065 | |
| coding | MagicNumber | '4' is a magic number. | 2065 | |
| coding | MagicNumber | '4' is a magic number. | 2070 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2080 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 2085 | |
| misc | FinalParameters | Parameter theByte should be final. | 2085 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 2085 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 2097 | |
| coding | MagicNumber | '4' is a magic number. | 2099 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 2107 | |
| coding | MagicNumber | '0x7f' is a magic number. | 2112 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 2120 | |
| coding | MagicNumber | '0x7f' is a magic number. | 2121 | |
| javadoc | JavadocStyle | Extra HTML tag found: </var> bytes are | 2129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2131 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 2140 | |
| misc | FinalParameters | Parameter theBytes should be final. | 2140 | |
| misc | FinalParameters | Parameter off should be final. | 2140 | |
| misc | FinalParameters | Parameter len should be final. | 2140 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 2141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2157 | |
| design | DesignForExtension | Method 'flushBase64' is not designed for extension - needs to be abstract, final or empty. | 2161 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 2166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2177 | |
| design | DesignForExtension | Method 'close' is not designed for extension - needs to be abstract, final or empty. | 2180 | |
| javadoc | JavadocMethod | Expected @throws tag for 'java.io.IOException'. | 2180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2195 | |
| design | DesignForExtension | Method 'suspendEncoding' is not designed for extension - needs to be abstract, final or empty. | 2200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 2208 | |
| design | DesignForExtension | Method 'resumeEncoding' is not designed for extension - needs to be abstract, final or empty. | 2211 |